Color Hex Logo

#edcbfd Color Hex

#EDCBFD
(237,203,253)
1 Favorites   0 Comments

Color spaces of #edcbfd

RGB 237203253
HSL0.780.930.89
HSV281°20°99°
CMYK 0.060.200.00   0.01
XYZ74.010667.8082102.1160
Yxy67.80820.30340.2780
Hunter Lab82.345716.3270-15.8828
CIE-Lab85.910520.7280-20.0601

#edcbfd color RGB value is (237,203,253).

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

The process color (four color CMYK) of #edcbfd color hex is 0.06, 0.20, 0.00, 0.01. Web safe color of #edcbfd is #ffccff. Color #edcbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11111101
Octal 355 313 375
Decimal 237 203 253
Hex ED CB FD

RGB Percentages of Color #edcbfd

%34.20
%29.29
%36.51

CMYK Percentages of Color #edcbfd

%6
%20
%0
%1

Triadic Colors of #edcbfd

#edcbfd #fdedcb #cbfded

Analogous Colors of #edcbfd

#edcbfd #fdcbf4 #d4cbfd

Monochromatic Colors of #edcbfd

#edcbfd

Complementary Color

#edcbfd #dbfdcb

#edcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbfd Color CSS Codes

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

#edcbfd Text Font Color

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

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


#edcbfd Background Color

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

This div background color is #edcbfd


#edcbfd Border Color

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

This div border color is #edcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbfd


Comments

No comments written yet.

Please login to write comment.