Color Hex Logo

#5dbeea Color Hex

#5DBEEA
(93,190,234)
0 Favorites   0 Comments

Color spaces of #5dbeea

RGB 93190234
HSL0.550.770.64
HSV199°60°92°
CMYK 0.600.190.00   0.08
XYZ37.778945.094684.5549
Yxy45.09460.22560.2693
Hunter Lab67.1525-17.0957-27.6481
CIE-Lab72.9541-15.7964-30.4635

#5dbeea color RGB value is (93,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11101010
Octal 135 276 352
Decimal 93 190 234
Hex 5D BE EA

RGB Percentages of Color #5dbeea

%17.99
%36.75
%45.26

CMYK Percentages of Color #5dbeea

%60
%19
%0
%8

Triadic Colors of #5dbeea

#5dbeea #ea5dbe #beea5d

Analogous Colors of #5dbeea

#5dbeea #5d78ea #5dead0

Monochromatic Colors of #5dbeea

#5dbeea

Complementary Color

#5dbeea #ea895d

#5dbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeea Color CSS Codes

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

#5dbeea Text Font Color

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

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


#5dbeea Background Color

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

This div background color is #5dbeea


#5dbeea Border Color

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

This div border color is #5dbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeea


Comments

No comments written yet.

Please login to write comment.