Color Hex Logo

#effcbb Color Hex

#EFFCBB
(239,252,187)
0 Favorites   0 Comments

Color spaces of #effcbb

RGB 239252187
HSL0.200.920.86
HSV72°26°99°
CMYK 0.050.000.26   0.01
XYZ79.376691.559460.5028
Yxy91.55940.34300.3956
Hunter Lab95.6867-19.377529.4915
CIE-Lab96.6399-14.660929.7815

#effcbb color RGB value is (239,252,187).

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

The process color (four color CMYK) of #effcbb color hex is 0.05, 0.00, 0.26, 0.01. Web safe color of #effcbb is #ffffcc. Color #effcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10111011
Octal 357 374 273
Decimal 239 252 187
Hex EF FC BB

RGB Percentages of Color #effcbb

%35.25
%37.17
%27.58

CMYK Percentages of Color #effcbb

%5
%0
%26
%1

Triadic Colors of #effcbb

#effcbb #bbeffc #fcbbef

Analogous Colors of #effcbb

#effcbb #cffcbb #fce9bb

Monochromatic Colors of #effcbb

#effcbb

Complementary Color

#effcbb #c8bbfc

#effcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcbb Color CSS Codes

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

#effcbb Text Font Color

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

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


#effcbb Background Color

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

This div background color is #effcbb


#effcbb Border Color

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

This div border color is #effcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcbb


Comments

No comments written yet.

Please login to write comment.