Color Hex Logo

#c5deeb Color Hex

#C5DEEB
(197,222,235)
0 Favorites   0 Comments

Color spaces of #c5deeb

RGB 197222235
HSL0.560.490.85
HSV201°16°92°
CMYK 0.160.060.00   0.08
XYZ64.142670.111088.7494
Yxy70.11100.28760.3144
Hunter Lab83.7323-9.7928-4.2299
CIE-Lab87.0513-5.6161-9.1490

#c5deeb color RGB value is (197,222,235).

#c5deeb hex color red value is 197, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5deeb hue: 0.56 , saturation: 0.49 and the lightness value of c5deeb is 0.85.

The process color (four color CMYK) of #c5deeb color hex is 0.16, 0.06, 0.00, 0.08. Web safe color of #c5deeb is #ccccff. Color #c5deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 11101011
Octal 305 336 353
Decimal 197 222 235
Hex C5 DE EB

RGB Percentages of Color #c5deeb

%30.12
%33.94
%35.93

CMYK Percentages of Color #c5deeb

%16
%6
%0
%8

Triadic Colors of #c5deeb

#c5deeb #ebc5de #deebc5

Analogous Colors of #c5deeb

#c5deeb #c5cbeb #c5ebe5

Monochromatic Colors of #c5deeb

#c5deeb

Complementary Color

#c5deeb #ebd2c5

#c5deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5deeb Color CSS Codes

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

#c5deeb Text Font Color

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

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


#c5deeb Background Color

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

This div background color is #c5deeb


#c5deeb Border Color

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

This div border color is #c5deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5deeb


Comments

No comments written yet.

Please login to write comment.