Color Hex Logo

#effcbf Color Hex

#EFFCBF
(239,252,191)
0 Favorites   0 Comments

Color spaces of #effcbf

RGB 239252191
HSL0.200.910.87
HSV73°24°99°
CMYK 0.050.000.24   0.01
XYZ79.811091.733162.7900
Yxy91.73310.34060.3915
Hunter Lab95.7774-18.867028.1747
CIE-Lab96.7111-14.110427.8579

#effcbf color RGB value is (239,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10111111
Octal 357 374 277
Decimal 239 252 191
Hex EF FC BF

RGB Percentages of Color #effcbf

%35.04
%36.95
%28.01

CMYK Percentages of Color #effcbf

%5
%0
%24
%1

Triadic Colors of #effcbf

#effcbf #bfeffc #fcbfef

Analogous Colors of #effcbf

#effcbf #d1fcbf #fcebbf

Monochromatic Colors of #effcbf

#effcbf

Complementary Color

#effcbf #ccbffc

#effcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcbf Color CSS Codes

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

#effcbf Text Font Color

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

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


#effcbf Background Color

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

This div background color is #effcbf


#effcbf Border Color

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

This div border color is #effcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcbf


Comments

No comments written yet.

Please login to write comment.