Color Hex Logo

#c5ddeb Color Hex

#C5DDEB
(197,221,235)
0 Favorites   0 Comments

Color spaces of #c5ddeb

RGB 197221235
HSL0.560.490.85
HSV202°16°92°
CMYK 0.160.060.00   0.08
XYZ63.877869.581488.6611
Yxy69.58140.28760.3133
Hunter Lab83.4155-9.2855-4.6277
CIE-Lab86.7911-5.0992-9.5355

#c5ddeb color RGB value is (197,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 11101011
Octal 305 335 353
Decimal 197 221 235
Hex C5 DD EB

RGB Percentages of Color #c5ddeb

%30.17
%33.84
%35.99

CMYK Percentages of Color #c5ddeb

%16
%6
%0
%8

Triadic Colors of #c5ddeb

#c5ddeb #ebc5dd #ddebc5

Analogous Colors of #c5ddeb

#c5ddeb #c5caeb #c5ebe6

Monochromatic Colors of #c5ddeb

#c5ddeb

Complementary Color

#c5ddeb #ebd3c5

#c5ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddeb Color CSS Codes

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

#c5ddeb Text Font Color

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

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


#c5ddeb Background Color

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

This div background color is #c5ddeb


#c5ddeb Border Color

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

This div border color is #c5ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddeb


Comments

No comments written yet.

Please login to write comment.