Color Hex Logo

#edcbf9 Color Hex

#EDCBF9
(237,203,249)
0 Favorites   0 Comments

Color spaces of #edcbf9

RGB 237203249
HSL0.790.790.89
HSV284°18°98°
CMYK 0.050.180.00   0.02
XYZ73.379967.556098.7946
Yxy67.55600.30610.2818
Hunter Lab82.192515.5247-13.7313
CIE-Lab85.783919.9629-18.1323

#edcbf9 color RGB value is (237,203,249).

#edcbf9 hex color red value is 237, green value is 203 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #edcbf9 hue: 0.79 , saturation: 0.79 and the lightness value of edcbf9 is 0.89.

The process color (four color CMYK) of #edcbf9 color hex is 0.05, 0.18, 0.00, 0.02. Web safe color of #edcbf9 is #ffccff. Color #edcbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11111001
Octal 355 313 371
Decimal 237 203 249
Hex ED CB F9

RGB Percentages of Color #edcbf9

%34.40
%29.46
%36.14

CMYK Percentages of Color #edcbf9

%5
%18
%0
%2

Triadic Colors of #edcbf9

#edcbf9 #f9edcb #cbf9ed

Analogous Colors of #edcbf9

#edcbf9 #f9cbee #d6cbf9

Monochromatic Colors of #edcbf9

#edcbf9

Complementary Color

#edcbf9 #d7f9cb

#edcbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbf9 Color CSS Codes

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

#edcbf9 Text Font Color

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

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


#edcbf9 Background Color

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

This div background color is #edcbf9


#edcbf9 Border Color

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

This div border color is #edcbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.