Color Hex Logo

#c5dfc8 Color Hex

#C5DFC8
(197,223,200)
0 Favorites   0 Comments

Color spaces of #c5dfc8

RGB 197223200
HSL0.350.290.82
HSV127°12°87°
CMYK 0.120.000.10   0.13
XYZ59.839068.815864.7725
Yxy68.81580.30940.3558
Hunter Lab82.9553-16.412511.7743
CIE-Lab86.4128-12.90038.3682

#c5dfc8 color RGB value is (197,223,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11001000
Octal 305 337 310
Decimal 197 223 200
Hex C5 DF C8

RGB Percentages of Color #c5dfc8

%31.77
%35.97
%32.26

CMYK Percentages of Color #c5dfc8

%12
%0
%10
%13

Triadic Colors of #c5dfc8

#c5dfc8 #c8c5df #dfc8c5

Analogous Colors of #c5dfc8

#c5dfc8 #c5dfd5 #cfdfc5

Monochromatic Colors of #c5dfc8

#c5dfc8

Complementary Color

#c5dfc8 #dfc5dc

#c5dfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfc8 Color CSS Codes

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

#c5dfc8 Text Font Color

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

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


#c5dfc8 Background Color

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

This div background color is #c5dfc8


#c5dfc8 Border Color

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

This div border color is #c5dfc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,223,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfc8


Comments

No comments written yet.

Please login to write comment.