Color Hex Logo

#5dedff Color Hex

#5DEDFF
(93,237,255)
0 Favorites   0 Comments

Color spaces of #5dedff

RGB 93237255
HSL0.521.000.68
HSV187°64°100°
CMYK 0.640.070.00   0.00
XYZ52.848470.1155105.3560
Yxy70.11550.23150.3071
Hunter Lab83.7350-33.8780-15.9846
CIE-Lab87.0535-33.0452-20.1383

#5dedff color RGB value is (93,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101101 11111111
Octal 135 355 377
Decimal 93 237 255
Hex 5D ED FF

RGB Percentages of Color #5dedff

%15.90
%40.51
%43.59

CMYK Percentages of Color #5dedff

%64
%7
%0
%0

Triadic Colors of #5dedff

#5dedff #ff5ded #edff5d

Analogous Colors of #5dedff

#5dedff #5d9cff #5dffc0

Monochromatic Colors of #5dedff

#5dedff

Complementary Color

#5dedff #ff6f5d

#5dedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dedff Color CSS Codes

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

#5dedff Text Font Color

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

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


#5dedff Background Color

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

This div background color is #5dedff


#5dedff Border Color

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

This div border color is #5dedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dedff

Related Colors


Comments

No comments written yet.

Please login to write comment.