Color Hex Logo

#c5fbff Color Hex

#C5FBFF
(197,251,255)
0 Favorites   0 Comments

Color spaces of #c5fbff

RGB 197251255
HSL0.511.000.89
HSV184°23°100°
CMYK 0.230.020.00   0.00
XYZ75.573188.0847107.6267
Yxy88.08470.27860.3247
Hunter Lab93.8534-20.5110-2.2936
CIE-Lab95.1966-16.0839-7.5096

#c5fbff color RGB value is (197,251,255).

#c5fbff hex color red value is 197, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c5fbff hue: 0.51 , saturation: 1.00 and the lightness value of c5fbff is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111011 11111111
Octal 305 373 377
Decimal 197 251 255
Hex C5 FB FF

RGB Percentages of Color #c5fbff

%28.02
%35.70
%36.27

CMYK Percentages of Color #c5fbff

%23
%2
%0
%0

Triadic Colors of #c5fbff

#c5fbff #ffc5fb #fbffc5

Analogous Colors of #c5fbff

#c5fbff #c5deff #c5ffe6

Monochromatic Colors of #c5fbff

#c5fbff

Complementary Color

#c5fbff #ffc9c5

#c5fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fbff Color CSS Codes

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

#c5fbff Text Font Color

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

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


#c5fbff Background Color

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

This div background color is #c5fbff


#c5fbff Border Color

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

This div border color is #c5fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fbff

Related Colors


Comments

No comments written yet.

Please login to write comment.