Color Hex Logo

#5fccfb Color Hex

#5FCCFB
(95,204,251)
0 Favorites   0 Comments

Color spaces of #5fccfb

RGB 95204251
HSL0.550.950.68
HSV198°62°98°
CMYK 0.620.190.00   0.02
XYZ43.724852.583799.1119
Yxy52.58370.22370.2691
Hunter Lab72.5146-19.2688-30.2765
CIE-Lab77.6286-17.5899-32.4004

#5fccfb color RGB value is (95,204,251).

#5fccfb hex color red value is 95, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5fccfb hue: 0.55 , saturation: 0.95 and the lightness value of 5fccfb is 0.68.

The process color (four color CMYK) of #5fccfb color hex is 0.62, 0.19, 0.00, 0.02. Web safe color of #5fccfb is #66ccff. Color #5fccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11111011
Octal 137 314 373
Decimal 95 204 251
Hex 5F CC FB

RGB Percentages of Color #5fccfb

%17.27
%37.09
%45.64

CMYK Percentages of Color #5fccfb

%62
%19
%0
%2

Triadic Colors of #5fccfb

#5fccfb #fb5fcc #ccfb5f

Analogous Colors of #5fccfb

#5fccfb #5f7efb #5ffbdc

Monochromatic Colors of #5fccfb

#5fccfb

Complementary Color

#5fccfb #fb8e5f

#5fccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccfb Color CSS Codes

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

#5fccfb Text Font Color

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

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


#5fccfb Background Color

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

This div background color is #5fccfb


#5fccfb Border Color

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

This div border color is #5fccfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,204,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fccfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fccfb;
  -webkit-box-shadow: 1px 1px 3px 2px #5fccfb;
  box-shadow:         1px 1px 3px 2px #5fccfb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccfb


Comments

No comments written yet.

Please login to write comment.