Color Hex Logo

#edcaeb Color Hex

#EDCAEB
(237,202,235)
0 Favorites   0 Comments

Color spaces of #edcaeb

RGB 237202235
HSL0.840.490.86
HSV303°15°93°
CMYK 0.000.150.01   0.07
XYZ71.041066.243787.6393
Yxy66.24370.31580.2945
Hunter Lab81.390213.3698-6.8691
CIE-Lab85.120617.8962-11.6956

#edcaeb color RGB value is (237,202,235).

#edcaeb hex color red value is 237, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edcaeb hue: 0.84 , saturation: 0.49 and the lightness value of edcaeb is 0.86.

The process color (four color CMYK) of #edcaeb color hex is 0.00, 0.15, 0.01, 0.07. Web safe color of #edcaeb is #ffccff. Color #edcaeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101011
Octal 355 312 353
Decimal 237 202 235
Hex ED CA EB

RGB Percentages of Color #edcaeb

%35.16
%29.97
%34.87

CMYK Percentages of Color #edcaeb

%0
%15
%1
%7

Triadic Colors of #edcaeb

#edcaeb #ebedca #caebed

Analogous Colors of #edcaeb

#edcaeb #edcada #decaed

Monochromatic Colors of #edcaeb

#edcaeb

Complementary Color

#edcaeb #caedcc

#edcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaeb Color CSS Codes

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

#edcaeb Text Font Color

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

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


#edcaeb Background Color

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

This div background color is #edcaeb


#edcaeb Border Color

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

This div border color is #edcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaeb


Comments

No comments written yet.

Please login to write comment.