Color Hex Logo

#c2dfba Color Hex

#C2DFBA
(194,223,186)
0 Favorites   0 Comments

Color spaces of #c2dfba

RGB 194223186
HSL0.300.370.80
HSV107°17°87°
CMYK 0.130.000.17   0.13
XYZ57.498767.789956.5086
Yxy67.78990.31630.3729
Hunter Lab82.3346-19.429416.9418
CIE-Lab85.9013-16.356714.9676

#c2dfba color RGB value is (194,223,186).

#c2dfba hex color red value is 194, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c2dfba hue: 0.30 , saturation: 0.37 and the lightness value of c2dfba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 10111010
Octal 302 337 272
Decimal 194 223 186
Hex C2 DF BA

RGB Percentages of Color #c2dfba

%32.17
%36.98
%30.85

CMYK Percentages of Color #c2dfba

%13
%0
%17
%13

Triadic Colors of #c2dfba

#c2dfba #bac2df #dfbac2

Analogous Colors of #c2dfba

#c2dfba #badfc5 #d5dfba

Monochromatic Colors of #c2dfba

#c2dfba

Complementary Color

#c2dfba #d7badf

#c2dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfba Color CSS Codes

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

#c2dfba Text Font Color

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

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


#c2dfba Background Color

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

This div background color is #c2dfba


#c2dfba Border Color

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

This div border color is #c2dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfba


Comments

No comments written yet.

Please login to write comment.