Color Hex Logo

#c5ccee Color Hex

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

Color spaces of #c5ccee

RGB 197204238
HSL0.640.550.85
HSV230°17°93°
CMYK 0.170.140.00   0.07
XYZ60.051461.229189.5423
Yxy61.22910.28480.2904
Hunter Lab78.24900.0522-13.0727
CIE-Lab82.50184.4639-17.5477

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

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

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

Base Numbers

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

RGB Percentages of Color #c5ccee

%30.83
%31.92
%37.25

CMYK Percentages of Color #c5ccee

%17
%14
%0
%7

Triadic Colors of #c5ccee

#c5ccee #eec5cc #cceec5

Analogous Colors of #c5ccee

#c5ccee #d3c5ee #c5e1ee

Monochromatic Colors of #c5ccee

#c5ccee

Complementary Color

#c5ccee #eee7c5

#c5ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ccee Color CSS Codes

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

#c5ccee Text Font Color

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

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


#c5ccee Background Color

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

This div background color is #c5ccee


#c5ccee Border Color

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

This div border color is #c5ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ccee


Comments

No comments written yet.

Please login to write comment.