Color Hex Logo

#5cdbdf Color Hex

#5CDBDF
(92,219,223)
0 Favorites   0 Comments

Color spaces of #5cdbdf

RGB 92219223
HSL0.510.670.62
HSV182°59°87°
CMYK 0.590.020.00   0.13
XYZ43.064458.266178.7888
Yxy58.26610.23910.3235
Hunter Lab76.3322-32.8770-7.7655
CIE-Lab80.8865-33.5859-12.5096

#5cdbdf color RGB value is (92,219,223).

#5cdbdf hex color red value is 92, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5cdbdf hue: 0.51 , saturation: 0.67 and the lightness value of 5cdbdf is 0.62.

The process color (four color CMYK) of #5cdbdf color hex is 0.59, 0.02, 0.00, 0.13. Web safe color of #5cdbdf is #66cccc. Color #5cdbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011011 11011111
Octal 134 333 337
Decimal 92 219 223
Hex 5C DB DF

RGB Percentages of Color #5cdbdf

%17.23
%41.01
%41.76

CMYK Percentages of Color #5cdbdf

%59
%2
%0
%13

Triadic Colors of #5cdbdf

#5cdbdf #df5cdb #dbdf5c

Analogous Colors of #5cdbdf

#5cdbdf #5c9adf #5cdfa2

Monochromatic Colors of #5cdbdf

#5cdbdf

Complementary Color

#5cdbdf #df605c

#5cdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdbdf Color CSS Codes

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

#5cdbdf Text Font Color

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

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


#5cdbdf Background Color

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

This div background color is #5cdbdf


#5cdbdf Border Color

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

This div border color is #5cdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdbdf


Comments

No comments written yet.

Please login to write comment.