Color Hex Logo

#c9ebfa Color Hex

#C9EBFA
(201,235,250)
0 Favorites   0 Comments

Color spaces of #c9ebfa

RGB 201235250
HSL0.550.830.88
HSV198°20°98°
CMYK 0.200.060.00   0.02
XYZ71.051078.7363101.8953
Yxy78.73630.28230.3128
Hunter Lab88.7335-12.3544-5.9710
CIE-Lab91.1148-7.9199-10.9459

#c9ebfa color RGB value is (201,235,250).

#c9ebfa hex color red value is 201, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c9ebfa hue: 0.55 , saturation: 0.83 and the lightness value of c9ebfa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11111010
Octal 311 353 372
Decimal 201 235 250
Hex C9 EB FA

RGB Percentages of Color #c9ebfa

%29.30
%34.26
%36.44

CMYK Percentages of Color #c9ebfa

%20
%6
%0
%2

Triadic Colors of #c9ebfa

#c9ebfa #fac9eb #ebfac9

Analogous Colors of #c9ebfa

#c9ebfa #c9d3fa #c9faf1

Monochromatic Colors of #c9ebfa

#c9ebfa

Complementary Color

#c9ebfa #fad8c9

#c9ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebfa Color CSS Codes

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

#c9ebfa Text Font Color

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

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


#c9ebfa Background Color

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

This div background color is #c9ebfa


#c9ebfa Border Color

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

This div border color is #c9ebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.