Color Hex Logo

#effbc5 Color Hex

#EFFBC5
(239,251,197)
0 Favorites   0 Comments

Color spaces of #effbc5

RGB 239251197
HSL0.200.870.88
HSV73°22°98°
CMYK 0.050.000.22   0.02
XYZ80.171891.376366.2352
Yxy91.37630.33720.3843
Hunter Lab95.5910-17.576825.8315
CIE-Lab96.5648-12.770024.6150

#effbc5 color RGB value is (239,251,197).

#effbc5 hex color red value is 239, green value is 251 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #effbc5 hue: 0.20 , saturation: 0.87 and the lightness value of effbc5 is 0.88.

The process color (four color CMYK) of #effbc5 color hex is 0.05, 0.00, 0.22, 0.02. Web safe color of #effbc5 is #ffffcc. Color #effbc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11000101
Octal 357 373 305
Decimal 239 251 197
Hex EF FB C5

RGB Percentages of Color #effbc5

%34.79
%36.54
%28.68

CMYK Percentages of Color #effbc5

%5
%0
%22
%2

Triadic Colors of #effbc5

#effbc5 #c5effb #fbc5ef

Analogous Colors of #effbc5

#effbc5 #d4fbc5 #fbecc5

Monochromatic Colors of #effbc5

#effbc5

Complementary Color

#effbc5 #d1c5fb

#effbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbc5 Color CSS Codes

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

#effbc5 Text Font Color

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

This sample text font color is #effbc5
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.


#effbc5 Background Color

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

This div background color is #effbc5


#effbc5 Border Color

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

This div border color is #effbc5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,251,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #effbc5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #effbc5;
  -webkit-box-shadow: 1px 1px 3px 2px #effbc5;
  box-shadow:         1px 1px 3px 2px #effbc5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,251,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbc5

Related Colors


Comments

No comments written yet.

Please login to write comment.