Color Hex Logo

#5fdafc Color Hex

#5FDAFC
(95,218,252)
0 Favorites   0 Comments

Color spaces of #5fdafc

RGB 95218252
HSL0.540.960.68
HSV193°62°99°
CMYK 0.620.130.00   0.01
XYZ47.361459.6040101.1040
Yxy59.60400.22760.2865
Hunter Lab77.2036-25.6036-23.6022
CIE-Lab81.6225-24.3880-26.8043

#5fdafc color RGB value is (95,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 11111100
Octal 137 332 374
Decimal 95 218 252
Hex 5F DA FC

RGB Percentages of Color #5fdafc

%16.81
%38.58
%44.60

CMYK Percentages of Color #5fdafc

%62
%13
%0
%1

Triadic Colors of #5fdafc

#5fdafc #fc5fda #dafc5f

Analogous Colors of #5fdafc

#5fdafc #5f8cfc #5ffcd0

Monochromatic Colors of #5fdafc

#5fdafc

Complementary Color

#5fdafc #fc815f

#5fdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdafc Color CSS Codes

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

#5fdafc Text Font Color

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

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


#5fdafc Background Color

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

This div background color is #5fdafc


#5fdafc Border Color

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

This div border color is #5fdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdafc


Comments

No comments written yet.

Please login to write comment.