Color Hex Logo

#5dddea Color Hex

#5DDDEA
(93,221,234)
0 Favorites   0 Comments

Color spaces of #5dddea

RGB 93221234
HSL0.520.770.64
HSV186°60°92°
CMYK 0.600.060.00   0.08
XYZ45.221959.980687.0359
Yxy59.98060.23520.3120
Hunter Lab77.4471-31.3052-12.4177
CIE-Lab81.8276-31.3335-16.9451

#5dddea color RGB value is (93,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 11101010
Octal 135 335 352
Decimal 93 221 234
Hex 5D DD EA

RGB Percentages of Color #5dddea

%16.97
%40.33
%42.70

CMYK Percentages of Color #5dddea

%60
%6
%0
%8

Triadic Colors of #5dddea

#5dddea #ea5ddd #ddea5d

Analogous Colors of #5dddea

#5dddea #5d97ea #5deab1

Monochromatic Colors of #5dddea

#5dddea

Complementary Color

#5dddea #ea6a5d

#5dddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddea Color CSS Codes

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

#5dddea Text Font Color

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

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


#5dddea Background Color

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

This div background color is #5dddea


#5dddea Border Color

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

This div border color is #5dddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddea


Comments

No comments written yet.

Please login to write comment.