Color Hex Logo

#5cdddb Color Hex

#5CDDDB
(92,221,219)
0 Favorites   0 Comments

Color spaces of #5cdddb

RGB 92221219
HSL0.500.650.61
HSV179°58°87°
CMYK 0.580.000.01   0.13
XYZ43.056359.102776.1565
Yxy59.10270.24150.3315
Hunter Lab76.8783-34.5666-4.9186
CIE-Lab81.3480-35.5992-9.6915

#5cdddb color RGB value is (92,221,219).

#5cdddb hex color red value is 92, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5cdddb hue: 0.50 , saturation: 0.65 and the lightness value of 5cdddb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011101 11011011
Octal 134 335 333
Decimal 92 221 219
Hex 5C DD DB

RGB Percentages of Color #5cdddb

%17.29
%41.54
%41.17

CMYK Percentages of Color #5cdddb

%58
%0
%1
%13

Triadic Colors of #5cdddb

#5cdddb #db5cdd #dddb5c

Analogous Colors of #5cdddb

#5cdddb #5c9fdd #5cdd9b

Monochromatic Colors of #5cdddb

#5cdddb

Complementary Color

#5cdddb #dd5c5e

#5cdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdddb Color CSS Codes

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

#5cdddb Text Font Color

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

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


#5cdddb Background Color

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

This div background color is #5cdddb


#5cdddb Border Color

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

This div border color is #5cdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdddb


Comments

No comments written yet.

Please login to write comment.