Color Hex Logo

#5ddaeb Color Hex

#5DDAEB
(93,218,235)
0 Favorites   0 Comments

Color spaces of #5ddaeb

RGB 93218235
HSL0.520.780.64
HSV187°60°92°
CMYK 0.600.070.00   0.08
XYZ44.581058.468187.5331
Yxy58.46810.23390.3068
Hunter Lab76.4644-29.7420-14.3475
CIE-Lab80.9983-29.6117-18.7277

#5ddaeb color RGB value is (93,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 11101011
Octal 135 332 353
Decimal 93 218 235
Hex 5D DA EB

RGB Percentages of Color #5ddaeb

%17.03
%39.93
%43.04

CMYK Percentages of Color #5ddaeb

%60
%7
%0
%8

Triadic Colors of #5ddaeb

#5ddaeb #eb5dda #daeb5d

Analogous Colors of #5ddaeb

#5ddaeb #5d93eb #5debb5

Monochromatic Colors of #5ddaeb

#5ddaeb

Complementary Color

#5ddaeb #eb6e5d

#5ddaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddaeb Color CSS Codes

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

#5ddaeb Text Font Color

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

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


#5ddaeb Background Color

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

This div background color is #5ddaeb


#5ddaeb Border Color

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

This div border color is #5ddaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddaeb


Comments

No comments written yet.

Please login to write comment.