Color Hex Logo

#c2cfed Color Hex

#C2CFED
(194,207,237)
0 Favorites   0 Comments

Color spaces of #c2cfed

RGB 194207237
HSL0.620.540.85
HSV222°18°93°
CMYK 0.180.130.00   0.07
XYZ59.847062.209488.9741
Yxy62.20940.28360.2948
Hunter Lab78.8729-2.5859-11.6721
CIE-Lab83.02471.7227-16.2490

#c2cfed color RGB value is (194,207,237).

#c2cfed hex color red value is 194, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c2cfed hue: 0.62 , saturation: 0.54 and the lightness value of c2cfed is 0.85.

The process color (four color CMYK) of #c2cfed color hex is 0.18, 0.13, 0.00, 0.07. Web safe color of #c2cfed is #ccccff. Color #c2cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001111 11101101
Octal 302 317 355
Decimal 194 207 237
Hex C2 CF ED

RGB Percentages of Color #c2cfed

%30.41
%32.45
%37.15

CMYK Percentages of Color #c2cfed

%18
%13
%0
%7

Triadic Colors of #c2cfed

#c2cfed #edc2cf #cfedc2

Analogous Colors of #c2cfed

#c2cfed #cbc2ed #c2e5ed

Monochromatic Colors of #c2cfed

#c2cfed

Complementary Color

#c2cfed #ede0c2

#c2cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cfed Color CSS Codes

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

#c2cfed Text Font Color

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

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


#c2cfed Background Color

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

This div background color is #c2cfed


#c2cfed Border Color

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

This div border color is #c2cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cfed


Comments

No comments written yet.

Please login to write comment.