Color Hex Logo

#c1dfca Color Hex

#C1DFCA
(193,223,202)
0 Favorites   0 Comments

Color spaces of #c1dfca

RGB 193223202
HSL0.380.320.82
HSV138°13°87°
CMYK 0.130.000.09   0.13
XYZ59.040768.377165.9634
Yxy68.37710.30530.3536
Hunter Lab82.6904-17.259910.5868
CIE-Lab86.1947-13.87446.9676

#c1dfca color RGB value is (193,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11001010
Octal 301 337 312
Decimal 193 223 202
Hex C1 DF CA

RGB Percentages of Color #c1dfca

%31.23
%36.08
%32.69

CMYK Percentages of Color #c1dfca

%13
%0
%9
%13

Triadic Colors of #c1dfca

#c1dfca #cac1df #dfcac1

Analogous Colors of #c1dfca

#c1dfca #c1dfd9 #c7dfc1

Monochromatic Colors of #c1dfca

#c1dfca

Complementary Color

#c1dfca #dfc1d6

#c1dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfca Color CSS Codes

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

#c1dfca Text Font Color

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

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


#c1dfca Background Color

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

This div background color is #c1dfca


#c1dfca Border Color

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

This div border color is #c1dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfca


Comments

No comments written yet.

Please login to write comment.