Color Hex Logo

#5dcebe Color Hex

#5DCEBE
(93,206,190)
0 Favorites   0 Comments

Color spaces of #5dcebe

RGB 93206190
HSL0.480.540.59
HSV172°55°81°
CMYK 0.550.000.08   0.19
XYZ35.879850.187556.5113
Yxy50.18750.25160.3520
Hunter Lab70.8431-33.57092.2948
CIE-Lab76.1842-35.9853-1.7886

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

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

The process color (four color CMYK) of #5dcebe color hex is 0.55, 0.00, 0.08, 0.19. Web safe color of #5dcebe is #66cccc. Color #5dcebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 10111110
Octal 135 316 276
Decimal 93 206 190
Hex 5D CE BE

RGB Percentages of Color #5dcebe

%19.02
%42.13
%38.85

CMYK Percentages of Color #5dcebe

%55
%0
%8
%19

Triadic Colors of #5dcebe

#5dcebe #be5dce #cebe5d

Analogous Colors of #5dcebe

#5dcebe #5da6ce #5dce86

Monochromatic Colors of #5dcebe

#5dcebe

Complementary Color

#5dcebe #ce5d6d

#5dcebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcebe Color CSS Codes

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

#5dcebe Text Font Color

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

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


#5dcebe Background Color

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

This div background color is #5dcebe


#5dcebe Border Color

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

This div border color is #5dcebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcebe


Comments

No comments written yet.

Please login to write comment.