Color Hex Logo

#c2ebfa Color Hex

#C2EBFA
(194,235,250)
0 Favorites   0 Comments

Color spaces of #c2ebfa

RGB 194235250
HSL0.540.850.87
HSV196°22°98°
CMYK 0.220.060.00   0.02
XYZ69.211877.7881101.8092
Yxy77.78810.27820.3126
Hunter Lab88.1976-14.2704-6.7020
CIE-Lab90.6831-10.0088-11.6351

#c2ebfa color RGB value is (194,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 11111010
Octal 302 353 372
Decimal 194 235 250
Hex C2 EB FA

RGB Percentages of Color #c2ebfa

%28.57
%34.61
%36.82

CMYK Percentages of Color #c2ebfa

%22
%6
%0
%2

Triadic Colors of #c2ebfa

#c2ebfa #fac2eb #ebfac2

Analogous Colors of #c2ebfa

#c2ebfa #c2cffa #c2faed

Monochromatic Colors of #c2ebfa

#c2ebfa

Complementary Color

#c2ebfa #fad1c2

#c2ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebfa Color CSS Codes

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

#c2ebfa Text Font Color

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

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


#c2ebfa Background Color

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

This div background color is #c2ebfa


#c2ebfa Border Color

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

This div border color is #c2ebfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,235,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 #c2ebfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebfa


Comments

No comments written yet.

Please login to write comment.