Color Hex Logo

#c4dbef Color Hex

#C4DBEF
(196,219,239)
0 Favorites   0 Comments

Color spaces of #c4dbef

RGB 196219239
HSL0.580.570.85
HSV208°18°94°
CMYK 0.180.080.00   0.06
XYZ63.676568.630891.5523
Yxy68.63080.28440.3066
Hunter Lab82.8437-7.7753-7.5320
CIE-Lab86.3209-3.5328-12.3547

#c4dbef color RGB value is (196,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11101111
Octal 304 333 357
Decimal 196 219 239
Hex C4 DB EF

RGB Percentages of Color #c4dbef

%29.97
%33.49
%36.54

CMYK Percentages of Color #c4dbef

%18
%8
%0
%6

Triadic Colors of #c4dbef

#c4dbef #efc4db #dbefc4

Analogous Colors of #c4dbef

#c4dbef #c4c6ef #c4efee

Monochromatic Colors of #c4dbef

#c4dbef

Complementary Color

#c4dbef #efd8c4

#c4dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbef Color CSS Codes

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

#c4dbef Text Font Color

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

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


#c4dbef Background Color

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

This div background color is #c4dbef


#c4dbef Border Color

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

This div border color is #c4dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbef


Comments

No comments written yet.

Please login to write comment.