Color Hex Logo

#edffca Color Hex

#EDFFCA
(237,255,202)
0 Favorites   0 Comments

Color spaces of #edffca

RGB 237255202
HSL0.221.000.90
HSV80°21°100°
CMYK 0.070.000.21   0.00
XYZ81.345793.788869.6928
Yxy93.78880.33230.3831
Hunter Lab96.8446-19.545025.1241
CIE-Lab97.5468-14.708323.4093

#edffca color RGB value is (237,255,202).

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

The process color (four color CMYK) of #edffca color hex is 0.07, 0.00, 0.21, 0.00. Web safe color of #edffca is #ffffcc. Color #edffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11001010
Octal 355 377 312
Decimal 237 255 202
Hex ED FF CA

RGB Percentages of Color #edffca

%34.15
%36.74
%29.11

CMYK Percentages of Color #edffca

%7
%0
%21
%0

Triadic Colors of #edffca

#edffca #caedff #ffcaed

Analogous Colors of #edffca

#edffca #d3ffca #fff7ca

Monochromatic Colors of #edffca

#edffca

Complementary Color

#edffca #dccaff

#edffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffca Color CSS Codes

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

#edffca Text Font Color

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

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


#edffca Background Color

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

This div background color is #edffca


#edffca Border Color

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

This div border color is #edffca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,255,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 #edffca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffca

Related Colors


Comments

No comments written yet.

Please login to write comment.