Color Hex Logo

#effcb1 Color Hex

#EFFCB1
(239,252,177)
0 Favorites   0 Comments

Color spaces of #effcb1

RGB 239252177
HSL0.200.930.84
HSV70°30°99°
CMYK 0.050.000.30   0.01
XYZ78.342891.145955.0588
Yxy91.14590.34890.4059
Hunter Lab95.4704-20.596432.6361
CIE-Lab96.4701-15.982034.5761

#effcb1 color RGB value is (239,252,177).

#effcb1 hex color red value is 239, green value is 252 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #effcb1 hue: 0.20 , saturation: 0.93 and the lightness value of effcb1 is 0.84.

The process color (four color CMYK) of #effcb1 color hex is 0.05, 0.00, 0.30, 0.01. Web safe color of #effcb1 is #ffff99. Color #effcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10110001
Octal 357 374 261
Decimal 239 252 177
Hex EF FC B1

RGB Percentages of Color #effcb1

%35.78
%37.72
%26.50

CMYK Percentages of Color #effcb1

%5
%0
%30
%1

Triadic Colors of #effcb1

#effcb1 #b1effc #fcb1ef

Analogous Colors of #effcb1

#effcb1 #cafcb1 #fce4b1

Monochromatic Colors of #effcb1

#effcb1

Complementary Color

#effcb1 #beb1fc

#effcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcb1 Color CSS Codes

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

#effcb1 Text Font Color

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

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


#effcb1 Background Color

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

This div background color is #effcb1


#effcb1 Border Color

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

This div border color is #effcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcb1


Comments

No comments written yet.

Please login to write comment.