Color Hex Logo

#c4cfdb Color Hex

#C4CFDB
(196,207,219)
0 Favorites   0 Comments

Color spaces of #c4cfdb

RGB 196207219
HSL0.590.240.81
HSV211°11°86°
CMYK 0.110.050.00   0.14
XYZ57.864061.475975.8341
Yxy61.47590.29650.3150
Hunter Lab78.4066-5.4786-2.4601
CIE-Lab82.6339-1.3796-7.2236

#c4cfdb color RGB value is (196,207,219).

#c4cfdb hex color red value is 196, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c4cfdb hue: 0.59 , saturation: 0.24 and the lightness value of c4cfdb is 0.81.

The process color (four color CMYK) of #c4cfdb color hex is 0.11, 0.05, 0.00, 0.14. Web safe color of #c4cfdb is #cccccc. Color #c4cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 11011011
Octal 304 317 333
Decimal 196 207 219
Hex C4 CF DB

RGB Percentages of Color #c4cfdb

%31.51
%33.28
%35.21

CMYK Percentages of Color #c4cfdb

%11
%5
%0
%14

Triadic Colors of #c4cfdb

#c4cfdb #dbc4cf #cfdbc4

Analogous Colors of #c4cfdb

#c4cfdb #c5c4db #c4dbdb

Monochromatic Colors of #c4cfdb

#c4cfdb

Complementary Color

#c4cfdb #dbd0c4

#c4cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cfdb Color CSS Codes

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

#c4cfdb Text Font Color

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

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


#c4cfdb Background Color

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

This div background color is #c4cfdb


#c4cfdb Border Color

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

This div border color is #c4cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cfdb


Comments

No comments written yet.

Please login to write comment.