Color Hex Logo

#effbcc Color Hex

#EFFBCC
(239,251,204)
0 Favorites   0 Comments

Color spaces of #effbcc

RGB 239251204
HSL0.210.850.89
HSV75°19°98°
CMYK 0.050.000.19   0.02
XYZ80.992991.704770.5587
Yxy91.70470.33300.3770
Hunter Lab95.7626-16.614923.3484
CIE-Lab96.6995-11.743221.2374

#effbcc color RGB value is (239,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11001100
Octal 357 373 314
Decimal 239 251 204
Hex EF FB CC

RGB Percentages of Color #effbcc

%34.44
%36.17
%29.39

CMYK Percentages of Color #effbcc

%5
%0
%19
%2

Triadic Colors of #effbcc

#effbcc #cceffb #fbccef

Analogous Colors of #effbcc

#effbcc #d8fbcc #fbf0cc

Monochromatic Colors of #effbcc

#effbcc

Complementary Color

#effbcc #d8ccfb

#effbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbcc Color CSS Codes

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

#effbcc Text Font Color

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

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


#effbcc Background Color

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

This div background color is #effbcc


#effbcc Border Color

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

This div border color is #effbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbcc

Related Colors

#effbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.