Color Hex Logo

#c3d4cb Color Hex

#C3D4CB
(195,212,203)
0 Favorites   0 Comments

Color spaces of #c3d4cb

RGB 195212203
HSL0.410.170.80
HSV148°83°
CMYK 0.080.000.04   0.17
XYZ56.828763.000965.6651
Yxy63.00090.30640.3396
Hunter Lab79.3731-11.10246.5108
CIE-Lab83.4429-7.40902.4786

#c3d4cb color RGB value is (195,212,203).

#c3d4cb hex color red value is 195, green value is 212 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c3d4cb hue: 0.41 , saturation: 0.17 and the lightness value of c3d4cb is 0.80.

The process color (four color CMYK) of #c3d4cb color hex is 0.08, 0.00, 0.04, 0.17. Web safe color of #c3d4cb is #cccccc. Color #c3d4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11010100 11001011
Octal 303 324 313
Decimal 195 212 203
Hex C3 D4 CB

RGB Percentages of Color #c3d4cb

%31.97
%34.75
%33.28

CMYK Percentages of Color #c3d4cb

%8
%0
%4
%17

Triadic Colors of #c3d4cb

#c3d4cb #cbc3d4 #d4cbc3

Analogous Colors of #c3d4cb

#c3d4cb #c3d4d4 #c4d4c3

Monochromatic Colors of #c3d4cb

#c3d4cb

Complementary Color

#c3d4cb #d4c3cc

#c3d4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3d4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3d4cb Color CSS Codes

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

#c3d4cb Text Font Color

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

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


#c3d4cb Background Color

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

This div background color is #c3d4cb


#c3d4cb Border Color

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

This div border color is #c3d4cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,212,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3d4cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3d4cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c3d4cb;
  box-shadow:         1px 1px 3px 2px #c3d4cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,212,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3d4cb


Comments

No comments written yet.

Please login to write comment.