Color Hex Logo

#edfcf2 Color Hex

#EDFCF2
(237,252,242)
0 Favorites   0 Comments

Color spaces of #edfcf2

RGB 237252242
HSL0.390.710.96
HSV140°99°
CMYK 0.060.000.04   0.01
XYZ85.762594.036197.6350
Yxy94.03610.30910.3389
Hunter Lab96.9722-11.83558.1853
CIE-Lab97.6465-6.69723.0810

#edfcf2 color RGB value is (237,252,242).

#edfcf2 hex color red value is 237, green value is 252 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #edfcf2 hue: 0.39 , saturation: 0.71 and the lightness value of edfcf2 is 0.96.

The process color (four color CMYK) of #edfcf2 color hex is 0.06, 0.00, 0.04, 0.01. Web safe color of #edfcf2 is #ffffff. Color #edfcf2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11110010
Octal 355 374 362
Decimal 237 252 242
Hex ED FC F2

RGB Percentages of Color #edfcf2

%32.42
%34.47
%33.11

CMYK Percentages of Color #edfcf2

%6
%0
%4
%1

Triadic Colors of #edfcf2

#edfcf2 #f2edfc #fcf2ed

Analogous Colors of #edfcf2

#edfcf2 #edfcfa #f0fced

Monochromatic Colors of #edfcf2

#edfcf2

Complementary Color

#edfcf2 #fcedf7

#edfcf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcf2 Color CSS Codes

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

#edfcf2 Text Font Color

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

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


#edfcf2 Background Color

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

This div background color is #edfcf2


#edfcf2 Border Color

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

This div border color is #edfcf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcf2


Comments

No comments written yet.

Please login to write comment.