Color Hex Logo

#5dbebe Color Hex

#5DBEBE
(93,190,190)
1 Favorites   0 Comments

Color spaces of #5dbebe

RGB 93190190
HSL0.500.430.55
HSV180°51°75°
CMYK 0.510.000.00   0.25
XYZ32.221942.871855.2920
Yxy42.87180.24710.3288
Hunter Lab65.4766-26.7417-4.2341
CIE-Lab71.4679-28.3791-8.7558

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 10111110
Octal 135 276 276
Decimal 93 190 190
Hex 5D BE BE

RGB Percentages of Color #5dbebe

%19.66
%40.17
%40.17

CMYK Percentages of Color #5dbebe

%51
%0
%0
%25

Triadic Colors of #5dbebe

#5dbebe #be5dbe #bebe5d

Analogous Colors of #5dbebe

#5dbebe #5d8ebe #5dbe8e

Monochromatic Colors of #5dbebe

#5dbebe

Complementary Color

#5dbebe #be5d5d

#5dbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbebe Color CSS Codes

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

#5dbebe Text Font Color

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

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


#5dbebe Background Color

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

This div background color is #5dbebe


#5dbebe Border Color

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

This div border color is #5dbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbebe


Comments

No comments written yet.

Please login to write comment.