Color Hex Logo

#5deaeb Color Hex

#5DEAEB
(93,234,235)
0 Favorites   0 Comments

Color spaces of #5deaeb

RGB 93234235
HSL0.500.780.64
HSV180°60°92°
CMYK 0.600.000.00   0.08
XYZ48.932467.171088.9835
Yxy67.17100.23860.3275
Hunter Lab81.9579-36.8542-7.0019
CIE-Lab85.5902-37.1550-11.8322

#5deaeb color RGB value is (93,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101010 11101011
Octal 135 352 353
Decimal 93 234 235
Hex 5D EA EB

RGB Percentages of Color #5deaeb

%16.55
%41.64
%41.81

CMYK Percentages of Color #5deaeb

%60
%0
%0
%8

Triadic Colors of #5deaeb

#5deaeb #eb5dea #eaeb5d

Analogous Colors of #5deaeb

#5deaeb #5da3eb #5deba5

Monochromatic Colors of #5deaeb

#5deaeb

Complementary Color

#5deaeb #eb5e5d

#5deaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deaeb Color CSS Codes

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

#5deaeb Text Font Color

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

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


#5deaeb Background Color

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

This div background color is #5deaeb


#5deaeb Border Color

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

This div border color is #5deaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deaeb


Comments

No comments written yet.

Please login to write comment.