Color Hex Logo

#c1dfdc Color Hex

#C1DFDC
(193,223,220)
0 Favorites   0 Comments

Color spaces of #c1dfdc

RGB 193223220
HSL0.480.320.82
HSV174°13°87°
CMYK 0.130.000.01   0.13
XYZ61.298369.280177.8518
Yxy69.28010.29410.3324
Hunter Lab83.2347-14.20412.8086
CIE-Lab86.6426-10.4352-1.8707

#c1dfdc color RGB value is (193,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11011100
Octal 301 337 334
Decimal 193 223 220
Hex C1 DF DC

RGB Percentages of Color #c1dfdc

%30.35
%35.06
%34.59

CMYK Percentages of Color #c1dfdc

%13
%0
%1
%13

Triadic Colors of #c1dfdc

#c1dfdc #dcc1df #dfdcc1

Analogous Colors of #c1dfdc

#c1dfdc #c1d3df #c1dfcd

Monochromatic Colors of #c1dfdc

#c1dfdc

Complementary Color

#c1dfdc #dfc1c4

#c1dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfdc Color CSS Codes

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

#c1dfdc Text Font Color

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

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


#c1dfdc Background Color

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

This div background color is #c1dfdc


#c1dfdc Border Color

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

This div border color is #c1dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfdc


Comments

No comments written yet.

Please login to write comment.