Color Hex Logo

#edceff Color Hex

#EDCEFF
(237,206,255)
1 Favorites   0 Comments

Color spaces of #edceff

RGB 237206255
HSL0.771.000.90
HSV278°19°100°
CMYK 0.070.190.00   0.00
XYZ75.046469.3671104.0416
Yxy69.36710.30210.2792
Hunter Lab83.286915.0869-15.7639
CIE-Lab86.685519.5232-19.9467

#edceff color RGB value is (237,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11111111
Octal 355 316 377
Decimal 237 206 255
Hex ED CE FF

RGB Percentages of Color #edceff

%33.95
%29.51
%36.53

CMYK Percentages of Color #edceff

%7
%19
%0
%0

Triadic Colors of #edceff

#edceff #ffedce #ceffed

Analogous Colors of #edceff

#edceff #ffcef9 #d5ceff

Monochromatic Colors of #edceff

#edceff

Complementary Color

#edceff #e0ffce

#edceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceff Color CSS Codes

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

#edceff Text Font Color

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

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


#edceff Background Color

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

This div background color is #edceff


#edceff Border Color

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

This div border color is #edceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceff

#edceff Color Palettes


Comments

No comments written yet.

Please login to write comment.