Color Hex Logo

#effce0 Color Hex

#EFFCE0
(239,252,224)
0 Favorites   0 Comments

Color spaces of #effce0

RGB 239252224
HSL0.240.820.93
HSV88°11°99°
CMYK 0.050.000.11   0.01
XYZ83.861693.353384.1200
Yxy93.35330.32090.3572
Hunter Lab96.6195-14.153816.0139
CIE-Lab97.3708-9.105111.9499

#effce0 color RGB value is (239,252,224).

#effce0 hex color red value is 239, green value is 252 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #effce0 hue: 0.24 , saturation: 0.82 and the lightness value of effce0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11100000
Octal 357 374 340
Decimal 239 252 224
Hex EF FC E0

RGB Percentages of Color #effce0

%33.43
%35.24
%31.33

CMYK Percentages of Color #effce0

%5
%0
%11
%1

Triadic Colors of #effce0

#effce0 #e0effc #fce0ef

Analogous Colors of #effce0

#effce0 #e1fce0 #fcfbe0

Monochromatic Colors of #effce0

#effce0

Complementary Color

#effce0 #ede0fc

#effce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effce0 Color CSS Codes

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

#effce0 Text Font Color

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

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


#effce0 Background Color

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

This div background color is #effce0


#effce0 Border Color

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

This div border color is #effce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effce0

#effce0 Color Palettes


Comments

No comments written yet.

Please login to write comment.