Color Hex Logo

#edf3ca Color Hex

#EDF3CA
(237,243,202)
0 Favorites   0 Comments

Color spaces of #edf3ca

RGB 237243202
HSL0.190.630.87
HSV69°17°95°
CMYK 0.020.000.17   0.05
XYZ77.636386.370068.4563
Yxy86.37000.33400.3715
Hunter Lab92.9355-13.522021.3818
CIE-Lab94.4703-8.775819.1304

#edf3ca color RGB value is (237,243,202).

#edf3ca hex color red value is 237, green value is 243 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #edf3ca hue: 0.19 , saturation: 0.63 and the lightness value of edf3ca is 0.87.

The process color (four color CMYK) of #edf3ca color hex is 0.02, 0.00, 0.17, 0.05. Web safe color of #edf3ca is #ffffcc. Color #edf3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11001010
Octal 355 363 312
Decimal 237 243 202
Hex ED F3 CA

RGB Percentages of Color #edf3ca

%34.75
%35.63
%29.62

CMYK Percentages of Color #edf3ca

%2
%0
%17
%5

Triadic Colors of #edf3ca

#edf3ca #caedf3 #f3caed

Analogous Colors of #edf3ca

#edf3ca #d9f3ca #f3e5ca

Monochromatic Colors of #edf3ca

#edf3ca

Complementary Color

#edf3ca #d0caf3

#edf3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3ca Color CSS Codes

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

#edf3ca Text Font Color

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

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


#edf3ca Background Color

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

This div background color is #edf3ca


#edf3ca Border Color

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

This div border color is #edf3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3ca


Comments

No comments written yet.

Please login to write comment.