Color Hex Logo

#5ddaee Color Hex

#5DDAEE
(93,218,238)
0 Favorites   0 Comments

Color spaces of #5ddaee

RGB 93218238
HSL0.520.810.65
HSV188°61°93°
CMYK 0.610.080.00   0.07
XYZ45.018258.643089.8354
Yxy58.64300.23270.3031
Hunter Lab76.5787-29.0783-15.9487
CIE-Lab81.0950-28.7624-20.1775

#5ddaee color RGB value is (93,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 11101110
Octal 135 332 356
Decimal 93 218 238
Hex 5D DA EE

RGB Percentages of Color #5ddaee

%16.94
%39.71
%43.35

CMYK Percentages of Color #5ddaee

%61
%8
%0
%7

Triadic Colors of #5ddaee

#5ddaee #ee5dda #daee5d

Analogous Colors of #5ddaee

#5ddaee #5d92ee #5deeba

Monochromatic Colors of #5ddaee

#5ddaee

Complementary Color

#5ddaee #ee715d

#5ddaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddaee Color CSS Codes

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

#5ddaee Text Font Color

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

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


#5ddaee Background Color

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

This div background color is #5ddaee


#5ddaee Border Color

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

This div border color is #5ddaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddaee


Comments

No comments written yet.

Please login to write comment.