Color Hex Logo

#c5dfcb Color Hex

#C5DFCB
(197,223,203)
0 Favorites   0 Comments

Color spaces of #c5dfcb

RGB 197223203
HSL0.370.290.82
HSV134°12°87°
CMYK 0.120.000.09   0.13
XYZ60.193168.957566.6375
Yxy68.95750.30740.3522
Hunter Lab83.0407-15.933110.5501
CIE-Lab86.4830-12.35946.8902

#c5dfcb color RGB value is (197,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11001011
Octal 305 337 313
Decimal 197 223 203
Hex C5 DF CB

RGB Percentages of Color #c5dfcb

%31.62
%35.79
%32.58

CMYK Percentages of Color #c5dfcb

%12
%0
%9
%13

Triadic Colors of #c5dfcb

#c5dfcb #cbc5df #dfcbc5

Analogous Colors of #c5dfcb

#c5dfcb #c5dfd8 #ccdfc5

Monochromatic Colors of #c5dfcb

#c5dfcb

Complementary Color

#c5dfcb #dfc5d9

#c5dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfcb Color CSS Codes

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

#c5dfcb Text Font Color

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

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


#c5dfcb Background Color

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

This div background color is #c5dfcb


#c5dfcb Border Color

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

This div border color is #c5dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfcb


Comments

No comments written yet.

Please login to write comment.