Color Hex Logo

#c2e7fa Color Hex

#C2E7FA
(194,231,250)
0 Favorites   0 Comments

Color spaces of #c2e7fa

RGB 194231250
HSL0.560.850.87
HSV200°22°98°
CMYK 0.220.080.00   0.02
XYZ68.079475.5233101.4318
Yxy75.52330.27780.3082
Hunter Lab86.9041-12.2480-8.3685
CIE-Lab89.6375-7.9688-13.1959

#c2e7fa color RGB value is (194,231,250).

#c2e7fa hex color red value is 194, green value is 231 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c2e7fa hue: 0.56 , saturation: 0.85 and the lightness value of c2e7fa is 0.87.

The process color (four color CMYK) of #c2e7fa color hex is 0.22, 0.08, 0.00, 0.02. Web safe color of #c2e7fa is #ccffff. Color #c2e7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100111 11111010
Octal 302 347 372
Decimal 194 231 250
Hex C2 E7 FA

RGB Percentages of Color #c2e7fa

%28.74
%34.22
%37.04

CMYK Percentages of Color #c2e7fa

%22
%8
%0
%2

Triadic Colors of #c2e7fa

#c2e7fa #fac2e7 #e7fac2

Analogous Colors of #c2e7fa

#c2e7fa #c2cbfa #c2faf1

Monochromatic Colors of #c2e7fa

#c2e7fa

Complementary Color

#c2e7fa #fad5c2

#c2e7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e7fa Color CSS Codes

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

#c2e7fa Text Font Color

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

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


#c2e7fa Background Color

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

This div background color is #c2e7fa


#c2e7fa Border Color

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

This div border color is #c2e7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e7fa


Comments

No comments written yet.

Please login to write comment.