Color Hex Logo

#ccc5ee Color Hex

#CCC5EE
(204,197,238)
0 Favorites   0 Comments

Color spaces of #ccc5ee

RGB 204197238
HSL0.700.550.85
HSV250°17°93°
CMYK 0.140.170.00   0.07
XYZ60.300758.942989.0879
Yxy58.94290.28940.2829
Hunter Lab76.77435.8440-15.0574
CIE-Lab81.260210.4084-19.3708

#ccc5ee color RGB value is (204,197,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11101110
Octal 314 305 356
Decimal 204 197 238
Hex CC C5 EE

RGB Percentages of Color #ccc5ee

%31.92
%30.83
%37.25

CMYK Percentages of Color #ccc5ee

%14
%17
%0
%7

Triadic Colors of #ccc5ee

#ccc5ee #eeccc5 #c5eecc

Analogous Colors of #ccc5ee

#ccc5ee #e1c5ee #c5d3ee

Monochromatic Colors of #ccc5ee

#ccc5ee

Complementary Color

#ccc5ee #e7eec5

#ccc5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5ee Color CSS Codes

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

#ccc5ee Text Font Color

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

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


#ccc5ee Background Color

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

This div background color is #ccc5ee


#ccc5ee Border Color

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

This div border color is #ccc5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5ee


Comments

No comments written yet.

Please login to write comment.