Color Hex Logo

#5ddbce Color Hex

#5DDBCE
(93,219,206)
0 Favorites   0 Comments

Color spaces of #5ddbce

RGB 93219206
HSL0.480.640.61
HSV174°58°86°
CMYK 0.580.000.06   0.14
XYZ40.986357.446467.3206
Yxy57.44640.24730.3466
Hunter Lab75.7934-36.11220.3933
CIE-Lab80.4300-37.8975-4.1242

#5ddbce color RGB value is (93,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 11001110
Octal 135 333 316
Decimal 93 219 206
Hex 5D DB CE

RGB Percentages of Color #5ddbce

%17.95
%42.28
%39.77

CMYK Percentages of Color #5ddbce

%58
%0
%6
%14

Triadic Colors of #5ddbce

#5ddbce #ce5ddb #dbce5d

Analogous Colors of #5ddbce

#5ddbce #5da9db #5ddb8f

Monochromatic Colors of #5ddbce

#5ddbce

Complementary Color

#5ddbce #db5d6a

#5ddbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbce Color CSS Codes

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

#5ddbce Text Font Color

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

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


#5ddbce Background Color

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

This div background color is #5ddbce


#5ddbce Border Color

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

This div border color is #5ddbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbce


Comments

No comments written yet.

Please login to write comment.