Color Hex Logo

#c3deba Color Hex

#C3DEBA
(195,222,186)
0 Favorites   0 Comments

Color spaces of #c3deba

RGB 195222186
HSL0.290.350.80
HSV105°16°87°
CMYK 0.120.000.16   0.13
XYZ57.489967.389856.4319
Yxy67.38980.31710.3717
Hunter Lab82.0913-18.653216.7063
CIE-Lab85.7004-15.512514.6940

#c3deba color RGB value is (195,222,186).

#c3deba hex color red value is 195, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c3deba hue: 0.29 , saturation: 0.35 and the lightness value of c3deba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 10111010
Octal 303 336 272
Decimal 195 222 186
Hex C3 DE BA

RGB Percentages of Color #c3deba

%32.34
%36.82
%30.85

CMYK Percentages of Color #c3deba

%12
%0
%16
%13

Triadic Colors of #c3deba

#c3deba #bac3de #debac3

Analogous Colors of #c3deba

#c3deba #badec3 #d5deba

Monochromatic Colors of #c3deba

#c3deba

Complementary Color

#c3deba #d5bade

#c3deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3deba Color CSS Codes

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

#c3deba Text Font Color

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

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


#c3deba Background Color

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

This div background color is #c3deba


#c3deba Border Color

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

This div border color is #c3deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3deba


Comments

No comments written yet.

Please login to write comment.