Color Hex Logo

#effbca Color Hex

#EFFBCA
(239,251,202)
0 Favorites   0 Comments

Color spaces of #effbca

RGB 239251202
HSL0.210.860.89
HSV75°20°98°
CMYK 0.050.000.20   0.02
XYZ80.754591.609469.3033
Yxy91.60940.33420.3791
Hunter Lab95.7128-16.893924.0685
CIE-Lab96.6604-12.040422.2027

#effbca color RGB value is (239,251,202).

#effbca hex color red value is 239, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #effbca hue: 0.21 , saturation: 0.86 and the lightness value of effbca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11001010
Octal 357 373 312
Decimal 239 251 202
Hex EF FB CA

RGB Percentages of Color #effbca

%34.54
%36.27
%29.19

CMYK Percentages of Color #effbca

%5
%0
%20
%2

Triadic Colors of #effbca

#effbca #caeffb #fbcaef

Analogous Colors of #effbca

#effbca #d7fbca #fbefca

Monochromatic Colors of #effbca

#effbca

Complementary Color

#effbca #d6cafb

#effbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbca Color CSS Codes

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

#effbca Text Font Color

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

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


#effbca Background Color

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

This div background color is #effbca


#effbca Border Color

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

This div border color is #effbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbca


Comments

No comments written yet.

Please login to write comment.