Color Hex Logo

#5ddbee Color Hex

#5DDBEE
(93,219,238)
0 Favorites   0 Comments

Color spaces of #5ddbee

RGB 93219238
HSL0.520.810.65
HSV188°61°93°
CMYK 0.610.080.00   0.07
XYZ45.278359.163289.9221
Yxy59.16320.23300.3044
Hunter Lab76.9176-29.5301-15.4718
CIE-Lab81.3812-29.2471-19.7442

#5ddbee color RGB value is (93,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 11101110
Octal 135 333 356
Decimal 93 219 238
Hex 5D DB EE

RGB Percentages of Color #5ddbee

%16.91
%39.82
%43.27

CMYK Percentages of Color #5ddbee

%61
%8
%0
%7

Triadic Colors of #5ddbee

#5ddbee #ee5ddb #dbee5d

Analogous Colors of #5ddbee

#5ddbee #5d93ee #5deeb9

Monochromatic Colors of #5ddbee

#5ddbee

Complementary Color

#5ddbee #ee705d

#5ddbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbee Color CSS Codes

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

#5ddbee Text Font Color

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

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


#5ddbee Background Color

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

This div background color is #5ddbee


#5ddbee Border Color

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

This div border color is #5ddbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbee


Comments

No comments written yet.

Please login to write comment.