Color Hex Logo

#5ddbeb Color Hex

#5DDBEB
(93,219,235)
0 Favorites   0 Comments

Color spaces of #5ddbeb

RGB 93219235
HSL0.520.780.64
HSV187°60°92°
CMYK 0.600.070.00   0.08
XYZ44.841158.988487.6198
Yxy58.98840.23420.3081
Hunter Lab76.8039-30.1916-13.8768
CIE-Lab81.2852-30.0942-18.2945

#5ddbeb color RGB value is (93,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 11101011
Octal 135 333 353
Decimal 93 219 235
Hex 5D DB EB

RGB Percentages of Color #5ddbeb

%17.00
%40.04
%42.96

CMYK Percentages of Color #5ddbeb

%60
%7
%0
%8

Triadic Colors of #5ddbeb

#5ddbeb #eb5ddb #dbeb5d

Analogous Colors of #5ddbeb

#5ddbeb #5d94eb #5debb4

Monochromatic Colors of #5ddbeb

#5ddbeb

Complementary Color

#5ddbeb #eb6d5d

#5ddbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbeb Color CSS Codes

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

#5ddbeb Text Font Color

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

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


#5ddbeb Background Color

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

This div background color is #5ddbeb


#5ddbeb Border Color

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

This div border color is #5ddbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbeb


Comments

No comments written yet.

Please login to write comment.