Color Hex Logo

#5fdafd Color Hex

#5FDAFD
(95,218,253)
0 Favorites   0 Comments

Color spaces of #5fdafd

RGB 95218253
HSL0.540.980.68
HSV193°62°99°
CMYK 0.620.140.00   0.01
XYZ47.520359.6676101.9409
Yxy59.66760.22720.2853
Hunter Lab77.2448-25.3668-24.1744
CIE-Lab81.6572-24.0948-27.2814

#5fdafd color RGB value is (95,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 11111101
Octal 137 332 375
Decimal 95 218 253
Hex 5F DA FD

RGB Percentages of Color #5fdafd

%16.78
%38.52
%44.70

CMYK Percentages of Color #5fdafd

%62
%14
%0
%1

Triadic Colors of #5fdafd

#5fdafd #fd5fda #dafd5f

Analogous Colors of #5fdafd

#5fdafd #5f8bfd #5ffdd1

Monochromatic Colors of #5fdafd

#5fdafd

Complementary Color

#5fdafd #fd825f

#5fdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdafd Color CSS Codes

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

#5fdafd Text Font Color

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

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


#5fdafd Background Color

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

This div background color is #5fdafd


#5fdafd Border Color

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

This div border color is #5fdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdafd


Comments

No comments written yet.

Please login to write comment.