Color Hex Logo

#c5ebfb Color Hex

#C5EBFB
(197,235,251)
0 Favorites   0 Comments

Color spaces of #c5ebfb

RGB 197235251
HSL0.550.870.88
HSV198°22°98°
CMYK 0.220.060.00   0.02
XYZ70.146978.2520102.6738
Yxy78.25200.27940.3117
Hunter Lab88.4602-13.2588-6.8945
CIE-Lab90.8948-8.9043-11.8223

#c5ebfb color RGB value is (197,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101011 11111011
Octal 305 353 373
Decimal 197 235 251
Hex C5 EB FB

RGB Percentages of Color #c5ebfb

%28.84
%34.41
%36.75

CMYK Percentages of Color #c5ebfb

%22
%6
%0
%2

Triadic Colors of #c5ebfb

#c5ebfb #fbc5eb #ebfbc5

Analogous Colors of #c5ebfb

#c5ebfb #c5d0fb #c5fbf0

Monochromatic Colors of #c5ebfb

#c5ebfb

Complementary Color

#c5ebfb #fbd5c5

#c5ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ebfb Color CSS Codes

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

#c5ebfb Text Font Color

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

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


#c5ebfb Background Color

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

This div background color is #c5ebfb


#c5ebfb Border Color

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

This div border color is #c5ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.