Color Hex Logo

#5fdfff Color Hex

#5FDFFF
(95,223,255)
0 Favorites   0 Comments

Color spaces of #5fdfff

RGB 95223255
HSL0.531.000.69
HSV192°63°100°
CMYK 0.630.130.00   0.00
XYZ49.157062.4282104.0668
Yxy62.42820.22790.2895
Hunter Lab79.0115-27.2164-22.7833
CIE-Lab83.1406-25.9842-26.0745

#5fdfff color RGB value is (95,223,255).

#5fdfff hex color red value is 95, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5fdfff hue: 0.53 , saturation: 1.00 and the lightness value of 5fdfff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011111 11111111
Octal 137 337 377
Decimal 95 223 255
Hex 5F DF FF

RGB Percentages of Color #5fdfff

%16.58
%38.92
%44.50

CMYK Percentages of Color #5fdfff

%63
%13
%0
%0

Triadic Colors of #5fdfff

#5fdfff #ff5fdf #dfff5f

Analogous Colors of #5fdfff

#5fdfff #5f8fff #5fffcf

Monochromatic Colors of #5fdfff

#5fdfff

Complementary Color

#5fdfff #ff7f5f

#5fdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdfff Color CSS Codes

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

#5fdfff Text Font Color

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

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


#5fdfff Background Color

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

This div background color is #5fdfff


#5fdfff Border Color

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

This div border color is #5fdfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdfff

Related Colors


Comments

No comments written yet.

Please login to write comment.