Color Hex Logo

#c4dbea Color Hex

#C4DBEA
(196,219,234)
0 Favorites   0 Comments

Color spaces of #c4dbea

RGB 196219234
HSL0.570.480.84
HSV204°16°92°
CMYK 0.160.060.00   0.08
XYZ62.947868.339387.7150
Yxy68.33930.28740.3120
Hunter Lab82.6676-8.7482-5.0427
CIE-Lab86.1758-4.5828-9.9297

#c4dbea color RGB value is (196,219,234).

#c4dbea hex color red value is 196, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c4dbea hue: 0.57 , saturation: 0.48 and the lightness value of c4dbea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11101010
Octal 304 333 352
Decimal 196 219 234
Hex C4 DB EA

RGB Percentages of Color #c4dbea

%30.20
%33.74
%36.06

CMYK Percentages of Color #c4dbea

%16
%6
%0
%8

Triadic Colors of #c4dbea

#c4dbea #eac4db #dbeac4

Analogous Colors of #c4dbea

#c4dbea #c4c8ea #c4eae6

Monochromatic Colors of #c4dbea

#c4dbea

Complementary Color

#c4dbea #ead3c4

#c4dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbea Color CSS Codes

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

#c4dbea Text Font Color

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

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


#c4dbea Background Color

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

This div background color is #c4dbea


#c4dbea Border Color

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

This div border color is #c4dbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,219,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbea


Comments

No comments written yet.

Please login to write comment.