Color Hex Logo

#c1dfda Color Hex

#C1DFDA
(193,223,218)
0 Favorites   0 Comments

Color spaces of #c1dfda

RGB 193223218
HSL0.470.320.82
HSV170°13°87°
CMYK 0.130.000.02   0.13
XYZ61.034969.174876.4649
Yxy69.17480.29530.3347
Hunter Lab83.1714-14.55863.7108
CIE-Lab86.5905-10.8306-0.8920

#c1dfda color RGB value is (193,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11011010
Octal 301 337 332
Decimal 193 223 218
Hex C1 DF DA

RGB Percentages of Color #c1dfda

%30.44
%35.17
%34.38

CMYK Percentages of Color #c1dfda

%13
%0
%2
%13

Triadic Colors of #c1dfda

#c1dfda #dac1df #dfdac1

Analogous Colors of #c1dfda

#c1dfda #c1d5df #c1dfcb

Monochromatic Colors of #c1dfda

#c1dfda

Complementary Color

#c1dfda #dfc1c6

#c1dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfda Color CSS Codes

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

#c1dfda Text Font Color

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

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


#c1dfda Background Color

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

This div background color is #c1dfda


#c1dfda Border Color

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

This div border color is #c1dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfda


Comments

No comments written yet.

Please login to write comment.