Color Hex Logo

#effbcf Color Hex

#EFFBCF
(239,251,207)
0 Favorites   0 Comments

Color spaces of #effbcf

RGB 239251207
HSL0.210.850.90
HSV76°18°98°
CMYK 0.050.000.18   0.02
XYZ81.356391.850172.4724
Yxy91.85010.33110.3739
Hunter Lab95.8385-16.190522.2522
CIE-Lab96.7590-11.291919.7893

#effbcf color RGB value is (239,251,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11001111
Octal 357 373 317
Decimal 239 251 207
Hex EF FB CF

RGB Percentages of Color #effbcf

%34.29
%36.01
%29.70

CMYK Percentages of Color #effbcf

%5
%0
%18
%2

Triadic Colors of #effbcf

#effbcf #cfeffb #fbcfef

Analogous Colors of #effbcf

#effbcf #d9fbcf #fbf1cf

Monochromatic Colors of #effbcf

#effbcf

Complementary Color

#effbcf #dbcffb

#effbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbcf Color CSS Codes

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

#effbcf Text Font Color

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

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


#effbcf Background Color

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

This div background color is #effbcf


#effbcf Border Color

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

This div border color is #effbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbcf


Comments

No comments written yet.

Please login to write comment.