Color Hex Logo

#5ddae8 Color Hex

#5DDAE8
(93,218,232)
0 Favorites   0 Comments

Color spaces of #5ddae8

RGB 93218232
HSL0.520.750.64
HSV186°60°91°
CMYK 0.600.060.00   0.09
XYZ44.151158.296285.2692
Yxy58.29620.23520.3106
Hunter Lab76.3519-30.3969-12.7682
CIE-Lab80.9032-30.4543-17.2745

#5ddae8 color RGB value is (93,218,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 11101000
Octal 135 332 350
Decimal 93 218 232
Hex 5D DA E8

RGB Percentages of Color #5ddae8

%17.13
%40.15
%42.73

CMYK Percentages of Color #5ddae8

%60
%6
%0
%9

Triadic Colors of #5ddae8

#5ddae8 #e85dda #dae85d

Analogous Colors of #5ddae8

#5ddae8 #5d95e8 #5de8b1

Monochromatic Colors of #5ddae8

#5ddae8

Complementary Color

#5ddae8 #e86b5d

#5ddae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddae8 Color CSS Codes

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

#5ddae8 Text Font Color

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

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


#5ddae8 Background Color

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

This div background color is #5ddae8


#5ddae8 Border Color

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

This div border color is #5ddae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddae8


Comments

No comments written yet.

Please login to write comment.