Color Hex Logo

#5dbeed Color Hex

#5DBEED
(93,190,237)
0 Favorites   0 Comments

Color spaces of #5dbeed

RGB 93190237
HSL0.550.800.65
HSV200°61°93°
CMYK 0.610.200.00   0.07
XYZ38.213745.268586.8444
Yxy45.26850.22440.2658
Hunter Lab67.2819-16.3616-29.4315
CIE-Lab73.0683-14.8837-31.9111

#5dbeed color RGB value is (93,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11101101
Octal 135 276 355
Decimal 93 190 237
Hex 5D BE ED

RGB Percentages of Color #5dbeed

%17.88
%36.54
%45.58

CMYK Percentages of Color #5dbeed

%61
%20
%0
%7

Triadic Colors of #5dbeed

#5dbeed #ed5dbe #beed5d

Analogous Colors of #5dbeed

#5dbeed #5d76ed #5dedd4

Monochromatic Colors of #5dbeed

#5dbeed

Complementary Color

#5dbeed #ed8c5d

#5dbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeed Color CSS Codes

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

#5dbeed Text Font Color

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

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


#5dbeed Background Color

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

This div background color is #5dbeed


#5dbeed Border Color

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

This div border color is #5dbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeed


Comments

No comments written yet.

Please login to write comment.