Color Hex Logo

#93dbdc Color Hex

#93DBDC
(147,219,220)
0 Favorites   0 Comments

Color spaces of #93dbdc

RGB 147219220
HSL0.500.510.72
HSV181°33°86°
CMYK 0.330.000.00   0.14
XYZ50.282462.033477.0336
Yxy62.03340.26560.3276
Hunter Lab78.7613-23.8751-2.8565
CIE-Lab82.9312-22.0417-7.6409

#93dbdc color RGB value is (147,219,220).

#93dbdc hex color red value is 147, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #93dbdc hue: 0.50 , saturation: 0.51 and the lightness value of 93dbdc is 0.72.

The process color (four color CMYK) of #93dbdc color hex is 0.33, 0.00, 0.00, 0.14. Web safe color of #93dbdc is #99cccc. Color #93dbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011011 11011100
Octal 223 333 334
Decimal 147 219 220
Hex 93 DB DC

RGB Percentages of Color #93dbdc

%25.09
%37.37
%37.54

CMYK Percentages of Color #93dbdc

%33
%0
%0
%14

Triadic Colors of #93dbdc

#93dbdc #dc93db #dbdc93

Analogous Colors of #93dbdc

#93dbdc #93b7dc #93dcb9

Monochromatic Colors of #93dbdc

#93dbdc

Complementary Color

#93dbdc #dc9493

#93dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dbdc Color CSS Codes

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

#93dbdc Text Font Color

<p style="color:#93dbdc">Text here</p>

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


#93dbdc Background Color

<div style="background-color:#93dbdc">
Div content here</div>

This div background color is #93dbdc


#93dbdc Border Color

<div style="border:3px solid #93dbdc">
Div here</div>

This div border color is #93dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dbdc


Comments

No comments written yet.

Please login to write comment.