Color Hex Logo

#5fedff Color Hex

#5FEDFF
(95,237,255)
0 Favorites   0 Comments

Color spaces of #5fedff

RGB 95237255
HSL0.521.000.69
HSV187°63°100°
CMYK 0.630.070.00   0.00
XYZ53.053570.2213105.3656
Yxy70.22130.23200.3071
Hunter Lab83.7982-33.6365-15.8910
CIE-Lab87.1053-32.7373-20.0550

#5fedff color RGB value is (95,237,255).

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

The process color (four color CMYK) of #5fedff color hex is 0.63, 0.07, 0.00, 0.00. Web safe color of #5fedff is #66ffff. Color #5fedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 11111111
Octal 137 355 377
Decimal 95 237 255
Hex 5F ED FF

RGB Percentages of Color #5fedff

%16.18
%40.37
%43.44

CMYK Percentages of Color #5fedff

%63
%7
%0
%0

Triadic Colors of #5fedff

#5fedff #ff5fed #edff5f

Analogous Colors of #5fedff

#5fedff #5f9dff #5fffc1

Monochromatic Colors of #5fedff

#5fedff

Complementary Color

#5fedff #ff715f

#5fedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fedff Color CSS Codes

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

#5fedff Text Font Color

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

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


#5fedff Background Color

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

This div background color is #5fedff


#5fedff Border Color

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

This div border color is #5fedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fedff

Related Colors


Comments

No comments written yet.

Please login to write comment.