Color Hex Logo

#5fd1fc Color Hex

#5FD1FC
(95,209,252)
0 Favorites   0 Comments

Color spaces of #5fd1fc

RGB 95209252
HSL0.550.960.68
HSV196°62°99°
CMYK 0.620.170.00   0.01
XYZ45.090555.0621100.3470
Yxy55.06210.22490.2746
Hunter Lab74.2038-21.3899-28.2361
CIE-Lab79.0770-19.8558-30.7048

#5fd1fc color RGB value is (95,209,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010001 11111100
Octal 137 321 374
Decimal 95 209 252
Hex 5F D1 FC

RGB Percentages of Color #5fd1fc

%17.09
%37.59
%45.32

CMYK Percentages of Color #5fd1fc

%62
%17
%0
%1

Triadic Colors of #5fd1fc

#5fd1fc #fc5fd1 #d1fc5f

Analogous Colors of #5fd1fc

#5fd1fc #5f83fc #5ffcd9

Monochromatic Colors of #5fd1fc

#5fd1fc

Complementary Color

#5fd1fc #fc8a5f

#5fd1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd1fc Color CSS Codes

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

#5fd1fc Text Font Color

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

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


#5fd1fc Background Color

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

This div background color is #5fd1fc


#5fd1fc Border Color

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

This div border color is #5fd1fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,209,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd1fc


Comments

No comments written yet.

Please login to write comment.