Color Hex Logo

#c4dcee Color Hex

#C4DCEE
(196,220,238)
0 Favorites   0 Comments

Color spaces of #c4dcee

RGB 196220238
HSL0.570.550.85
HSV206°18°93°
CMYK 0.180.080.00   0.07
XYZ63.790869.095290.8635
Yxy69.09520.28510.3088
Hunter Lab83.1235-8.4814-6.6243
CIE-Lab86.5512-4.2637-11.4831

#c4dcee color RGB value is (196,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011100 11101110
Octal 304 334 356
Decimal 196 220 238
Hex C4 DC EE

RGB Percentages of Color #c4dcee

%29.97
%33.64
%36.39

CMYK Percentages of Color #c4dcee

%18
%8
%0
%7

Triadic Colors of #c4dcee

#c4dcee #eec4dc #dceec4

Analogous Colors of #c4dcee

#c4dcee #c4c7ee #c4eeeb

Monochromatic Colors of #c4dcee

#c4dcee

Complementary Color

#c4dcee #eed6c4

#c4dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dcee Color CSS Codes

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

#c4dcee Text Font Color

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

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


#c4dcee Background Color

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

This div background color is #c4dcee


#c4dcee Border Color

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

This div border color is #c4dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dcee


Comments

No comments written yet.

Please login to write comment.