Color Hex Logo

#c5dbea Color Hex

#C5DBEA
(197,219,234)
0 Favorites   0 Comments

Color spaces of #c5dbea

RGB 197219234
HSL0.570.470.85
HSV204°16°92°
CMYK 0.160.060.00   0.08
XYZ63.208868.473987.7272
Yxy68.47390.28810.3121
Hunter Lab82.7490-8.4613-4.9327
CIE-Lab86.2429-4.2702-9.8228

#c5dbea color RGB value is (197,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011011 11101010
Octal 305 333 352
Decimal 197 219 234
Hex C5 DB EA

RGB Percentages of Color #c5dbea

%30.31
%33.69
%36.00

CMYK Percentages of Color #c5dbea

%16
%6
%0
%8

Triadic Colors of #c5dbea

#c5dbea #eac5db #dbeac5

Analogous Colors of #c5dbea

#c5dbea #c5c9ea #c5eae7

Monochromatic Colors of #c5dbea

#c5dbea

Complementary Color

#c5dbea #ead4c5

#c5dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dbea Color CSS Codes

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

#c5dbea Text Font Color

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

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


#c5dbea Background Color

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

This div background color is #c5dbea


#c5dbea Border Color

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

This div border color is #c5dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dbea


Comments

No comments written yet.

Please login to write comment.