Color Hex Logo

#ccc5ed Color Hex

#CCC5ED
(204,197,237)
0 Favorites   0 Comments

Color spaces of #ccc5ed

RGB 204197237
HSL0.700.530.85
HSV251°17°93°
CMYK 0.140.170.00   0.07
XYZ60.154258.884388.3161
Yxy58.88430.29010.2840
Hunter Lab76.73615.6397-14.5220
CIE-Lab81.228010.1991-18.8847

#ccc5ed color RGB value is (204,197,237).

#ccc5ed hex color red value is 204, green value is 197 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccc5ed hue: 0.70 , saturation: 0.53 and the lightness value of ccc5ed is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11101101
Octal 314 305 355
Decimal 204 197 237
Hex CC C5 ED

RGB Percentages of Color #ccc5ed

%31.97
%30.88
%37.15

CMYK Percentages of Color #ccc5ed

%14
%17
%0
%7

Triadic Colors of #ccc5ed

#ccc5ed #edccc5 #c5edcc

Analogous Colors of #ccc5ed

#ccc5ed #e0c5ed #c5d2ed

Monochromatic Colors of #ccc5ed

#ccc5ed

Complementary Color

#ccc5ed #e6edc5

#ccc5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5ed Color CSS Codes

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

#ccc5ed Text Font Color

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

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


#ccc5ed Background Color

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

This div background color is #ccc5ed


#ccc5ed Border Color

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

This div border color is #ccc5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5ed


Comments

No comments written yet.

Please login to write comment.