Color Hex Logo

#c2cfe1 Color Hex

#C2CFE1
(194,207,225)
0 Favorites   0 Comments

Color spaces of #c2cfe1

RGB 194207225
HSL0.600.340.82
HSV215°14°88°
CMYK 0.140.080.00   0.12
XYZ58.151661.531280.0460
Yxy61.53120.29120.3081
Hunter Lab78.4418-4.9451-5.5932
CIE-Lab82.6635-0.8062-10.3958

#c2cfe1 color RGB value is (194,207,225).

#c2cfe1 hex color red value is 194, green value is 207 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c2cfe1 hue: 0.60 , saturation: 0.34 and the lightness value of c2cfe1 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001111 11100001
Octal 302 317 341
Decimal 194 207 225
Hex C2 CF E1

RGB Percentages of Color #c2cfe1

%30.99
%33.07
%35.94

CMYK Percentages of Color #c2cfe1

%14
%8
%0
%12

Triadic Colors of #c2cfe1

#c2cfe1 #e1c2cf #cfe1c2

Analogous Colors of #c2cfe1

#c2cfe1 #c5c2e1 #c2dfe1

Monochromatic Colors of #c2cfe1

#c2cfe1

Complementary Color

#c2cfe1 #e1d4c2

#c2cfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cfe1 Color CSS Codes

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

#c2cfe1 Text Font Color

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

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


#c2cfe1 Background Color

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

This div background color is #c2cfe1


#c2cfe1 Border Color

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

This div border color is #c2cfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cfe1


Comments

No comments written yet.

Please login to write comment.