Color Hex Logo

#ccc5ef Color Hex

#CCC5EF
(204,197,239)
0 Favorites   0 Comments

Color spaces of #ccc5ef

RGB 204197239
HSL0.690.570.85
HSV250°18°94°
CMYK 0.150.180.00   0.06
XYZ60.448159.001989.8639
Yxy59.00190.28880.2819
Hunter Lab76.81276.0492-15.5950
CIE-Lab81.292610.6183-19.8565

#ccc5ef color RGB value is (204,197,239).

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

The process color (four color CMYK) of #ccc5ef color hex is 0.15, 0.18, 0.00, 0.06. Web safe color of #ccc5ef is #ccccff. Color #ccc5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11101111
Octal 314 305 357
Decimal 204 197 239
Hex CC C5 EF

RGB Percentages of Color #ccc5ef

%31.88
%30.78
%37.34

CMYK Percentages of Color #ccc5ef

%15
%18
%0
%6

Triadic Colors of #ccc5ef

#ccc5ef #efccc5 #c5efcc

Analogous Colors of #ccc5ef

#ccc5ef #e1c5ef #c5d3ef

Monochromatic Colors of #ccc5ef

#ccc5ef

Complementary Color

#ccc5ef #e8efc5

#ccc5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5ef Color CSS Codes

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

#ccc5ef Text Font Color

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

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


#ccc5ef Background Color

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

This div background color is #ccc5ef


#ccc5ef Border Color

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

This div border color is #ccc5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5ef


Comments

No comments written yet.

Please login to write comment.