color codes Logo

#ebf88c color codes

#EBF88C
(235,248,140)
0 Favorites   0 Comments

Color spaces of #ebf88c

RGB 235248140
HSL0.190.890.76
HSV67°44°97°
CMYK 0.050.000.44   0.03
XYZ72.562086.690437.7194
Yxy86.69040.36840.4401
Hunter Lab93.1077-23.827341.1561
CIE-Lab94.6068-19.777050.2373

#ebf88c color RGB value is (235,248,140).

#ebf88c hex color red value is 235, green value is 248 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ebf88c hue: 0.19 , saturation: 0.89 and the lightness value of ebf88c is 0.76.

The process color (four color CMYK) of #ebf88c color code is 0.05, 0.00, 0.44, 0.03. Web safe color of #ebf88c is #ffff99. Color #ebf88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111000 10001100
Octal 353 370 214
Decimal 235 248 140
Hex EB F8 8C

RGB Percentages of Color #ebf88c

%37.72
%39.81
%22.47

CMYK Percentages of Color #ebf88c

%5
%0
%44
%3

Triadic Colors of #ebf88c

#ebf88c #8cebf8 #f88ceb

Analogous Colors of #ebf88c

#ebf88c #b5f88c #f8cf8c

Monochromatic Colors of #ebf88c

#ebf88c

Complementary Color

#ebf88c #998cf8

#ebf88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf88c Color CSS Codes

.mybgcolor {background-color:#ebf88c; } 
.myforecolor {color:#ebf88c; }
.mybordercolor {border:3px solid #ebf88c; }

#ebf88c Text Font Color

<p style="color:#ebf88c">Text here</p>

This sample text font color is #ebf88c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ebf88c Background Color

<div style="background-color:#ebf88c">
Div content here</div>

This div background color is #ebf88c


#ebf88c Border Color

<div style="border:3px solid #ebf88c">
Div here</div>

This div border color is #ebf88c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,248,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebf88c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebf88c;
  -webkit-box-shadow: 1px 1px 3px 2px #ebf88c;
  box-shadow:         1px 1px 3px 2px #ebf88c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,248,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebf88c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebf88c;
  -webkit-box-shadow: 1px 1px 3px 2px #ebf88c;
  box-shadow:         1px 1px 3px 2px #ebf88c;">
Div content here</div>

This div box has shadow with color #ebf88c


Comments

No comments written yet.

Please login to write comment.