Color Hex Logo

#c3dfcb Color Hex

#C3DFCB
(195,223,203)
0 Favorites   0 Comments

Color spaces of #c3dfcb

RGB 195223203
HSL0.380.300.82
HSV137°13°87°
CMYK 0.130.000.09   0.13
XYZ59.672868.689366.6132
Yxy68.68930.30610.3523
Hunter Lab82.8790-16.518410.3615
CIE-Lab86.3500-13.02676.6815

#c3dfcb color RGB value is (195,223,203).

#c3dfcb hex color red value is 195, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c3dfcb hue: 0.38 , saturation: 0.30 and the lightness value of c3dfcb is 0.82.

The process color (four color CMYK) of #c3dfcb color hex is 0.13, 0.00, 0.09, 0.13. Web safe color of #c3dfcb is #cccccc. Color #c3dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 11001011
Octal 303 337 313
Decimal 195 223 203
Hex C3 DF CB

RGB Percentages of Color #c3dfcb

%31.40
%35.91
%32.69

CMYK Percentages of Color #c3dfcb

%13
%0
%9
%13

Triadic Colors of #c3dfcb

#c3dfcb #cbc3df #dfcbc3

Analogous Colors of #c3dfcb

#c3dfcb #c3dfd9 #c9dfc3

Monochromatic Colors of #c3dfcb

#c3dfcb

Complementary Color

#c3dfcb #dfc3d7

#c3dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfcb Color CSS Codes

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

#c3dfcb Text Font Color

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

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


#c3dfcb Background Color

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

This div background color is #c3dfcb


#c3dfcb Border Color

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

This div border color is #c3dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfcb


Comments

No comments written yet.

Please login to write comment.