Color Hex Logo

#c5dcee Color Hex

#C5DCEE
(197,220,238)
0 Favorites   0 Comments

Color spaces of #c5dcee

RGB 197220238
HSL0.570.550.85
HSV206°17°93°
CMYK 0.170.080.00   0.07
XYZ64.051869.229890.8757
Yxy69.22980.28570.3088
Hunter Lab83.2044-8.1963-6.5133
CIE-Lab86.6177-3.9543-11.3768

#c5dcee color RGB value is (197,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 11101110
Octal 305 334 356
Decimal 197 220 238
Hex C5 DC EE

RGB Percentages of Color #c5dcee

%30.08
%33.59
%36.34

CMYK Percentages of Color #c5dcee

%17
%8
%0
%7

Triadic Colors of #c5dcee

#c5dcee #eec5dc #dceec5

Analogous Colors of #c5dcee

#c5dcee #c5c8ee #c5eeec

Monochromatic Colors of #c5dcee

#c5dcee

Complementary Color

#c5dcee #eed7c5

#c5dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dcee Color CSS Codes

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

#c5dcee Text Font Color

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

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


#c5dcee Background Color

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

This div background color is #c5dcee


#c5dcee Border Color

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

This div border color is #c5dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dcee

#c5dcee Color Palettes


Comments

No comments written yet.

Please login to write comment.