Color Hex Logo

#edcefd Color Hex

#EDCEFD
(237,206,253)
0 Favorites   0 Comments

Color spaces of #edcefd

RGB 237206253
HSL0.780.920.90
HSV280°19°99°
CMYK 0.060.190.00   0.01
XYZ74.726069.2390102.3545
Yxy69.23900.30340.2811
Hunter Lab83.210014.6829-14.6842
CIE-Lab86.622319.1372-18.9851

#edcefd color RGB value is (237,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11111101
Octal 355 316 375
Decimal 237 206 253
Hex ED CE FD

RGB Percentages of Color #edcefd

%34.05
%29.60
%36.35

CMYK Percentages of Color #edcefd

%6
%19
%0
%1

Triadic Colors of #edcefd

#edcefd #fdedce #cefded

Analogous Colors of #edcefd

#edcefd #fdcef6 #d6cefd

Monochromatic Colors of #edcefd

#edcefd

Complementary Color

#edcefd #defdce

#edcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcefd Color CSS Codes

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

#edcefd Text Font Color

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

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


#edcefd Background Color

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

This div background color is #edcefd


#edcefd Border Color

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

This div border color is #edcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcefd


Comments

No comments written yet.

Please login to write comment.