Color Hex Logo

#edcceb Color Hex

#EDCCEB
(237,204,235)
0 Favorites   0 Comments

Color spaces of #edcceb

RGB 237204235
HSL0.840.480.86
HSV304°14°93°
CMYK 0.000.140.01   0.07
XYZ71.513367.188487.7968
Yxy67.18840.31570.2966
Hunter Lab81.968512.2871-6.1278
CIE-Lab85.599016.8374-10.9821

#edcceb color RGB value is (237,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11101011
Octal 355 314 353
Decimal 237 204 235
Hex ED CC EB

RGB Percentages of Color #edcceb

%35.06
%30.18
%34.76

CMYK Percentages of Color #edcceb

%0
%14
%1
%7

Triadic Colors of #edcceb

#edcceb #ebedcc #ccebed

Analogous Colors of #edcceb

#edcceb #edccdb #dfcced

Monochromatic Colors of #edcceb

#edcceb

Complementary Color

#edcceb #ccedce

#edcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcceb Color CSS Codes

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

#edcceb Text Font Color

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

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


#edcceb Background Color

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

This div background color is #edcceb


#edcceb Border Color

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

This div border color is #edcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcceb


Comments

No comments written yet.

Please login to write comment.