Color Hex Logo

#edafca Color Hex

#EDAFCA
(237,175,202)
0 Favorites   0 Comments

Color spaces of #edafca

RGB 237175202
HSL0.930.630.81
HSV334°26°93°
CMYK 0.000.260.15   0.07
XYZ60.915752.928762.8828
Yxy52.92870.34470.2995
Hunter Lab72.752122.1427-0.3204
CIE-Lab77.832926.6369-4.7727

#edafca color RGB value is (237,175,202).

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

The process color (four color CMYK) of #edafca color hex is 0.00, 0.26, 0.15, 0.07. Web safe color of #edafca is #ff99cc. Color #edafca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11001010
Octal 355 257 312
Decimal 237 175 202
Hex ED AF CA

RGB Percentages of Color #edafca

%38.60
%28.50
%32.90

CMYK Percentages of Color #edafca

%0
%26
%15
%7

Triadic Colors of #edafca

#edafca #caedaf #afcaed

Analogous Colors of #edafca

#edafca #edb3af #edafe9

Monochromatic Colors of #edafca

#edafca

Complementary Color

#edafca #afedd2

#edafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafca Color CSS Codes

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

#edafca Text Font Color

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

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


#edafca Background Color

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

This div background color is #edafca


#edafca Border Color

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

This div border color is #edafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafca


Comments

No comments written yet.

Please login to write comment.