Color Hex Logo

#c5dbeb Color Hex

#C5DBEB
(197,219,235)
0 Favorites   0 Comments

Color spaces of #c5dbeb

RGB 197219235
HSL0.570.490.85
HSV205°16°92°
CMYK 0.160.070.00   0.08
XYZ63.352968.531588.4861
Yxy68.53150.28750.3110
Hunter Lab82.7838-8.2688-5.4254
CIE-Lab86.2715-4.0623-10.3085

#c5dbeb color RGB value is (197,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011011 11101011
Octal 305 333 353
Decimal 197 219 235
Hex C5 DB EB

RGB Percentages of Color #c5dbeb

%30.26
%33.64
%36.10

CMYK Percentages of Color #c5dbeb

%16
%7
%0
%8

Triadic Colors of #c5dbeb

#c5dbeb #ebc5db #dbebc5

Analogous Colors of #c5dbeb

#c5dbeb #c5c8eb #c5ebe8

Monochromatic Colors of #c5dbeb

#c5dbeb

Complementary Color

#c5dbeb #ebd5c5

#c5dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dbeb Color CSS Codes

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

#c5dbeb Text Font Color

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

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


#c5dbeb Background Color

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

This div background color is #c5dbeb


#c5dbeb Border Color

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

This div border color is #c5dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dbeb


Comments

No comments written yet.

Please login to write comment.