Color Hex Logo

#c8ebfb Color Hex

#C8EBFB
(200,235,251)
0 Favorites   0 Comments

Color spaces of #c8ebfb

RGB 200235251
HSL0.550.860.88
HSV199°20°98°
CMYK 0.200.060.00   0.02
XYZ70.940378.6611102.7109
Yxy78.66110.28120.3118
Hunter Lab88.6911-12.4347-6.5785
CIE-Lab91.0807-8.0087-11.5253

#c8ebfb color RGB value is (200,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11111011
Octal 310 353 373
Decimal 200 235 251
Hex C8 EB FB

RGB Percentages of Color #c8ebfb

%29.15
%34.26
%36.59

CMYK Percentages of Color #c8ebfb

%20
%6
%0
%2

Triadic Colors of #c8ebfb

#c8ebfb #fbc8eb #ebfbc8

Analogous Colors of #c8ebfb

#c8ebfb #c8d2fb #c8fbf2

Monochromatic Colors of #c8ebfb

#c8ebfb

Complementary Color

#c8ebfb #fbd8c8

#c8ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebfb Color CSS Codes

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

#c8ebfb Text Font Color

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

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


#c8ebfb Background Color

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

This div background color is #c8ebfb


#c8ebfb Border Color

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

This div border color is #c8ebfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,235,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebfb

#c8ebfb Color Palettes


Comments

No comments written yet.

Please login to write comment.