Color Hex Logo

#c5dfba Color Hex

#C5DFBA
(197,223,186)
0 Favorites   0 Comments

Color spaces of #c5dfba

RGB 197223186
HSL0.280.370.80
HSV102°17°87°
CMYK 0.120.000.17   0.13
XYZ58.276668.190856.5450
Yxy68.19080.31840.3726
Hunter Lab82.5777-18.540317.2056
CIE-Lab86.1018-15.322415.2787

#c5dfba color RGB value is (197,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 10111010
Octal 305 337 272
Decimal 197 223 186
Hex C5 DF BA

RGB Percentages of Color #c5dfba

%32.51
%36.80
%30.69

CMYK Percentages of Color #c5dfba

%12
%0
%17
%13

Triadic Colors of #c5dfba

#c5dfba #bac5df #dfbac5

Analogous Colors of #c5dfba

#c5dfba #badfc2 #d8dfba

Monochromatic Colors of #c5dfba

#c5dfba

Complementary Color

#c5dfba #d4badf

#c5dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfba Color CSS Codes

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

#c5dfba Text Font Color

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

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


#c5dfba Background Color

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

This div background color is #c5dfba


#c5dfba Border Color

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

This div border color is #c5dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfba

#c5dfba Color Palettes


Comments

No comments written yet.

Please login to write comment.