Color Hex Logo

#edfcce Color Hex

#EDFCCE
(237,252,206)
0 Favorites   0 Comments

Color spaces of #edfcce

RGB 237252206
HSL0.220.880.90
HSV80°18°99°
CMYK 0.060.000.18   0.01
XYZ80.876092.081671.9034
Yxy92.08160.33030.3761
Hunter Lab95.9592-17.485722.7447
CIE-Lab96.8536-12.635920.4107

#edfcce color RGB value is (237,252,206).

#edfcce hex color red value is 237, green value is 252 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edfcce hue: 0.22 , saturation: 0.88 and the lightness value of edfcce is 0.90.

The process color (four color CMYK) of #edfcce color hex is 0.06, 0.00, 0.18, 0.01. Web safe color of #edfcce is #ffffcc. Color #edfcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11001110
Octal 355 374 316
Decimal 237 252 206
Hex ED FC CE

RGB Percentages of Color #edfcce

%34.10
%36.26
%29.64

CMYK Percentages of Color #edfcce

%6
%0
%18
%1

Triadic Colors of #edfcce

#edfcce #ceedfc #fcceed

Analogous Colors of #edfcce

#edfcce #d6fcce #fcf4ce

Monochromatic Colors of #edfcce

#edfcce

Complementary Color

#edfcce #ddcefc

#edfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcce Color CSS Codes

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

#edfcce Text Font Color

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

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


#edfcce Background Color

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

This div background color is #edfcce


#edfcce Border Color

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

This div border color is #edfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcce


Comments

No comments written yet.

Please login to write comment.