Color Hex Logo

#c4deeb Color Hex

#C4DEEB
(196,222,235)
0 Favorites   0 Comments

Color spaces of #c4deeb

RGB 196222235
HSL0.560.490.85
HSV200°17°92°
CMYK 0.170.060.00   0.08
XYZ63.881669.976588.7372
Yxy69.97650.28700.3144
Hunter Lab83.6520-10.0777-4.3379
CIE-Lab86.9853-5.9275-9.2541

#c4deeb color RGB value is (196,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011110 11101011
Octal 304 336 353
Decimal 196 222 235
Hex C4 DE EB

RGB Percentages of Color #c4deeb

%30.02
%34.00
%35.99

CMYK Percentages of Color #c4deeb

%17
%6
%0
%8

Triadic Colors of #c4deeb

#c4deeb #ebc4de #deebc4

Analogous Colors of #c4deeb

#c4deeb #c4cbeb #c4ebe5

Monochromatic Colors of #c4deeb

#c4deeb

Complementary Color

#c4deeb #ebd1c4

#c4deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4deeb Color CSS Codes

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

#c4deeb Text Font Color

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

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


#c4deeb Background Color

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

This div background color is #c4deeb


#c4deeb Border Color

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

This div border color is #c4deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4deeb


Comments

No comments written yet.

Please login to write comment.