Color Hex Logo

#c5daeb Color Hex

#C5DAEB
(197,218,235)
0 Favorites   0 Comments

Color spaces of #c5daeb

RGB 197218235
HSL0.570.490.85
HSV207°16°92°
CMYK 0.160.070.00   0.08
XYZ63.092868.011388.3994
Yxy68.01130.28740.3098
Hunter Lab82.4690-7.7594-5.8253
CIE-Lab86.0121-3.5427-10.6948

#c5daeb color RGB value is (197,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011010 11101011
Octal 305 332 353
Decimal 197 218 235
Hex C5 DA EB

RGB Percentages of Color #c5daeb

%30.31
%33.54
%36.15

CMYK Percentages of Color #c5daeb

%16
%7
%0
%8

Triadic Colors of #c5daeb

#c5daeb #ebc5da #daebc5

Analogous Colors of #c5daeb

#c5daeb #c5c7eb #c5ebe9

Monochromatic Colors of #c5daeb

#c5daeb

Complementary Color

#c5daeb #ebd6c5

#c5daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5daeb Color CSS Codes

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

#c5daeb Text Font Color

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

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


#c5daeb Background Color

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

This div background color is #c5daeb


#c5daeb Border Color

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

This div border color is #c5daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5daeb

#c5daeb Color Palettes


Comments

No comments written yet.

Please login to write comment.