Color Hex Logo

#5ddbbf Color Hex

#5DDBBF
(93,219,191)
0 Favorites   0 Comments

Color spaces of #5ddbbf

RGB 93219191
HSL0.460.640.61
HSV167°58°86°
CMYK 0.580.000.13   0.14
XYZ39.249756.751858.1757
Yxy56.75180.25460.3681
Hunter Lab75.3338-38.83376.9476
CIE-Lab80.0398-41.62783.2963

#5ddbbf color RGB value is (93,219,191).

#5ddbbf hex color red value is 93, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5ddbbf hue: 0.46 , saturation: 0.64 and the lightness value of 5ddbbf is 0.61.

The process color (four color CMYK) of #5ddbbf color hex is 0.58, 0.00, 0.13, 0.14. Web safe color of #5ddbbf is #66cccc. Color #5ddbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 10111111
Octal 135 333 277
Decimal 93 219 191
Hex 5D DB BF

RGB Percentages of Color #5ddbbf

%18.49
%43.54
%37.97

CMYK Percentages of Color #5ddbbf

%58
%0
%13
%14

Triadic Colors of #5ddbbf

#5ddbbf #bf5ddb #dbbf5d

Analogous Colors of #5ddbbf

#5ddbbf #5db8db #5ddb80

Monochromatic Colors of #5ddbbf

#5ddbbf

Complementary Color

#5ddbbf #db5d79

#5ddbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbbf Color CSS Codes

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

#5ddbbf Text Font Color

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

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


#5ddbbf Background Color

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

This div background color is #5ddbbf


#5ddbbf Border Color

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

This div border color is #5ddbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbbf


Comments

No comments written yet.

Please login to write comment.