Color Hex Logo

#5dddeb Color Hex

#5DDDEB
(93,221,235)
0 Favorites   0 Comments

Color spaces of #5dddeb

RGB 93221235
HSL0.520.780.64
HSV186°60°92°
CMYK 0.600.060.00   0.08
XYZ45.366060.038287.7948
Yxy60.03820.23480.3108
Hunter Lab77.4843-31.0883-12.9404
CIE-Lab81.8589-31.0543-17.4290

#5dddeb color RGB value is (93,221,235).

#5dddeb hex color red value is 93, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5dddeb hue: 0.52 , saturation: 0.78 and the lightness value of 5dddeb is 0.64.

The process color (four color CMYK) of #5dddeb color hex is 0.60, 0.06, 0.00, 0.08. Web safe color of #5dddeb is #66ccff. Color #5dddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 11101011
Octal 135 335 353
Decimal 93 221 235
Hex 5D DD EB

RGB Percentages of Color #5dddeb

%16.94
%40.26
%42.81

CMYK Percentages of Color #5dddeb

%60
%6
%0
%8

Triadic Colors of #5dddeb

#5dddeb #eb5ddd #ddeb5d

Analogous Colors of #5dddeb

#5dddeb #5d96eb #5debb2

Monochromatic Colors of #5dddeb

#5dddeb

Complementary Color

#5dddeb #eb6b5d

#5dddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddeb Color CSS Codes

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

#5dddeb Text Font Color

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

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


#5dddeb Background Color

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

This div background color is #5dddeb


#5dddeb Border Color

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

This div border color is #5dddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,221,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddeb


Comments

No comments written yet.

Please login to write comment.