Color Hex Logo

#c5dfda Color Hex

#C5DFDA
(197,223,218)
0 Favorites   0 Comments

Color spaces of #c5dfda

RGB 197223218
HSL0.470.290.82
HSV168°12°87°
CMYK 0.120.000.02   0.13
XYZ62.068569.707676.5132
Yxy69.70760.29800.3347
Hunter Lab83.4911-13.40984.1090
CIE-Lab86.8533-9.5416-0.4765

#c5dfda color RGB value is (197,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11011010
Octal 305 337 332
Decimal 197 223 218
Hex C5 DF DA

RGB Percentages of Color #c5dfda

%30.88
%34.95
%34.17

CMYK Percentages of Color #c5dfda

%12
%0
%2
%13

Triadic Colors of #c5dfda

#c5dfda #dac5df #dfdac5

Analogous Colors of #c5dfda

#c5dfda #c5d7df #c5dfcd

Monochromatic Colors of #c5dfda

#c5dfda

Complementary Color

#c5dfda #dfc5ca

#c5dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfda Color CSS Codes

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

#c5dfda Text Font Color

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

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


#c5dfda Background Color

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

This div background color is #c5dfda


#c5dfda Border Color

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

This div border color is #c5dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfda


Comments

No comments written yet.

Please login to write comment.