Color Hex Logo

#c2c5df Color Hex

#C2C5DF
(194,197,223)
0 Favorites   0 Comments

Color spaces of #c2c5df

RGB 194197223
HSL0.650.310.82
HSV234°13°87°
CMYK 0.130.120.00   0.13
XYZ55.533756.729677.8350
Yxy56.72960.29210.2984
Hunter Lab75.3191-0.1980-8.5472
CIE-Lab80.02734.0892-13.2635

#c2c5df color RGB value is (194,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000101 11011111
Octal 302 305 337
Decimal 194 197 223
Hex C2 C5 DF

RGB Percentages of Color #c2c5df

%31.60
%32.08
%36.32

CMYK Percentages of Color #c2c5df

%13
%12
%0
%13

Triadic Colors of #c2c5df

#c2c5df #dfc2c5 #c5dfc2

Analogous Colors of #c2c5df

#c2c5df #cec2df #c2d4df

Monochromatic Colors of #c2c5df

#c2c5df

Complementary Color

#c2c5df #dfdcc2

#c2c5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c5df Color CSS Codes

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

#c2c5df Text Font Color

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

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


#c2c5df Background Color

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

This div background color is #c2c5df


#c2c5df Border Color

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

This div border color is #c2c5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c5df


Comments

No comments written yet.

Please login to write comment.