Color Hex Logo

#cdccee Color Hex

#CDCCEE
(205,204,238)
0 Favorites   0 Comments

Color spaces of #cdccee

RGB 205204238
HSL0.670.500.87
HSV242°14°93°
CMYK 0.140.140.00   0.07
XYZ62.202362.337989.6429
Yxy62.33790.29040.2910
Hunter Lab78.95442.4568-12.0484
CIE-Lab83.09286.9788-16.5989

#cdccee color RGB value is (205,204,238).

#cdccee hex color red value is 205, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdccee hue: 0.67 , saturation: 0.50 and the lightness value of cdccee is 0.87.

The process color (four color CMYK) of #cdccee color hex is 0.14, 0.14, 0.00, 0.07. Web safe color of #cdccee is #ccccff. Color #cdccee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 11101110
Octal 315 314 356
Decimal 205 204 238
Hex CD CC EE

RGB Percentages of Color #cdccee

%31.68
%31.53
%36.79

CMYK Percentages of Color #cdccee

%14
%14
%0
%7

Triadic Colors of #cdccee

#cdccee #eecdcc #cceecd

Analogous Colors of #cdccee

#cdccee #deccee #ccdcee

Monochromatic Colors of #cdccee

#cdccee

Complementary Color

#cdccee #edeecc

#cdccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdccee Color CSS Codes

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

#cdccee Text Font Color

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

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


#cdccee Background Color

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

This div background color is #cdccee


#cdccee Border Color

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

This div border color is #cdccee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,204,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdccee


Comments

No comments written yet.

Please login to write comment.