Color Hex Logo

#5dbeb5 Color Hex

#5DBEB5
(93,190,181)
0 Favorites   0 Comments

Color spaces of #5dbeb5

RGB 93190181
HSL0.480.430.55
HSV174°51°75°
CMYK 0.510.000.05   0.25
XYZ31.268142.490350.2695
Yxy42.49030.25210.3426
Hunter Lab65.1846-28.4492-0.0945
CIE-Lab71.2077-30.7319-4.2190

#5dbeb5 color RGB value is (93,190,181).

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

The process color (four color CMYK) of #5dbeb5 color hex is 0.51, 0.00, 0.05, 0.25. Web safe color of #5dbeb5 is #66cccc. Color #5dbeb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 10110101
Octal 135 276 265
Decimal 93 190 181
Hex 5D BE B5

RGB Percentages of Color #5dbeb5

%20.04
%40.95
%39.01

CMYK Percentages of Color #5dbeb5

%51
%0
%5
%25

Triadic Colors of #5dbeb5

#5dbeb5 #b55dbe #beb55d

Analogous Colors of #5dbeb5

#5dbeb5 #5d97be #5dbe85

Monochromatic Colors of #5dbeb5

#5dbeb5

Complementary Color

#5dbeb5 #be5d66

#5dbeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeb5 Color CSS Codes

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

#5dbeb5 Text Font Color

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

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


#5dbeb5 Background Color

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

This div background color is #5dbeb5


#5dbeb5 Border Color

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

This div border color is #5dbeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeb5


Comments

No comments written yet.

Please login to write comment.