Color Hex Logo

#5dcfbc Color Hex

#5DCFBC
(93,207,188)
0 Favorites   0 Comments

Color spaces of #5dcfbc

RGB 93207188
HSL0.470.540.59
HSV170°55°81°
CMYK 0.550.000.09   0.19
XYZ35.904150.583655.4482
Yxy50.58360.25300.3564
Hunter Lab71.1221-34.35283.5619
CIE-Lab76.4261-36.9464-0.3573

#5dcfbc color RGB value is (93,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 10111100
Octal 135 317 274
Decimal 93 207 188
Hex 5D CF BC

RGB Percentages of Color #5dcfbc

%19.06
%42.42
%38.52

CMYK Percentages of Color #5dcfbc

%55
%0
%9
%19

Triadic Colors of #5dcfbc

#5dcfbc #bc5dcf #cfbc5d

Analogous Colors of #5dcfbc

#5dcfbc #5da9cf #5dcf83

Monochromatic Colors of #5dcfbc

#5dcfbc

Complementary Color

#5dcfbc #cf5d70

#5dcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfbc Color CSS Codes

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

#5dcfbc Text Font Color

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

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


#5dcfbc Background Color

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

This div background color is #5dcfbc


#5dcfbc Border Color

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

This div border color is #5dcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfbc


Comments

No comments written yet.

Please login to write comment.