Color Hex Logo

#edfcc2 Color Hex

#EDFCC2
(237,252,194)
0 Favorites   0 Comments

Color spaces of #edfcc2

RGB 237252194
HSL0.210.910.87
HSV76°23°99°
CMYK 0.060.000.23   0.01
XYZ79.473191.520464.5155
Yxy91.52040.33750.3886
Hunter Lab95.6663-19.130326.9824
CIE-Lab96.6239-14.401326.1964

#edfcc2 color RGB value is (237,252,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11000010
Octal 355 374 302
Decimal 237 252 194
Hex ED FC C2

RGB Percentages of Color #edfcc2

%34.70
%36.90
%28.40

CMYK Percentages of Color #edfcc2

%6
%0
%23
%1

Triadic Colors of #edfcc2

#edfcc2 #c2edfc #fcc2ed

Analogous Colors of #edfcc2

#edfcc2 #d0fcc2 #fceec2

Monochromatic Colors of #edfcc2

#edfcc2

Complementary Color

#edfcc2 #d1c2fc

#edfcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcc2 Color CSS Codes

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

#edfcc2 Text Font Color

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

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


#edfcc2 Background Color

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

This div background color is #edfcc2


#edfcc2 Border Color

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

This div border color is #edfcc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcc2


Comments

No comments written yet.

Please login to write comment.