Color Hex Logo

#c4deee Color Hex

#C4DEEE
(196,222,238)
1 Favorites   0 Comments

Color spaces of #c4deee

RGB 196222238
HSL0.560.550.85
HSV203°18°93°
CMYK 0.180.070.00   0.07
XYZ64.318870.151491.0395
Yxy70.15140.28520.3111
Hunter Lab83.7564-9.4988-5.8161
CIE-Lab87.0711-5.3002-10.7082

#c4deee color RGB value is (196,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011110 11101110
Octal 304 336 356
Decimal 196 222 238
Hex C4 DE EE

RGB Percentages of Color #c4deee

%29.88
%33.84
%36.28

CMYK Percentages of Color #c4deee

%18
%7
%0
%7

Triadic Colors of #c4deee

#c4deee #eec4de #deeec4

Analogous Colors of #c4deee

#c4deee #c4c9ee #c4eee9

Monochromatic Colors of #c4deee

#c4deee

Complementary Color

#c4deee #eed4c4

#c4deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4deee Color CSS Codes

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

#c4deee Text Font Color

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

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


#c4deee Background Color

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

This div background color is #c4deee


#c4deee Border Color

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

This div border color is #c4deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4deee


Comments

No comments written yet.

Please login to write comment.