Color Hex Logo

#5dbeeb Color Hex

#5DBEEB
(93,190,235)
0 Favorites   0 Comments

Color spaces of #5dbeeb

RGB 93190235
HSL0.550.780.64
HSV199°60°92°
CMYK 0.600.190.00   0.08
XYZ37.923145.152285.3138
Yxy45.15220.22520.2681
Hunter Lab67.1954-16.8518-28.2401
CIE-Lab72.9920-15.4924-30.9466

#5dbeeb color RGB value is (93,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11101011
Octal 135 276 353
Decimal 93 190 235
Hex 5D BE EB

RGB Percentages of Color #5dbeeb

%17.95
%36.68
%45.37

CMYK Percentages of Color #5dbeeb

%60
%19
%0
%8

Triadic Colors of #5dbeeb

#5dbeeb #eb5dbe #beeb5d

Analogous Colors of #5dbeeb

#5dbeeb #5d77eb #5debd1

Monochromatic Colors of #5dbeeb

#5dbeeb

Complementary Color

#5dbeeb #eb8a5d

#5dbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeeb Color CSS Codes

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

#5dbeeb Text Font Color

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

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


#5dbeeb Background Color

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

This div background color is #5dbeeb


#5dbeeb Border Color

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

This div border color is #5dbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeeb


Comments

No comments written yet.

Please login to write comment.