Color Hex Logo

#93dadc Color Hex

#93DADC
(147,218,220)
0 Favorites   0 Comments

Color spaces of #93dadc

RGB 147218220
HSL0.500.510.72
HSV182°33°86°
CMYK 0.330.010.00   0.14
XYZ50.022361.513276.9469
Yxy61.51320.26540.3264
Hunter Lab78.4304-23.4071-3.2673
CIE-Lab82.6539-21.5449-8.0521

#93dadc color RGB value is (147,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011010 11011100
Octal 223 332 334
Decimal 147 218 220
Hex 93 DA DC

RGB Percentages of Color #93dadc

%25.13
%37.26
%37.61

CMYK Percentages of Color #93dadc

%33
%1
%0
%14

Triadic Colors of #93dadc

#93dadc #dc93da #dadc93

Analogous Colors of #93dadc

#93dadc #93b6dc #93dcba

Monochromatic Colors of #93dadc

#93dadc

Complementary Color

#93dadc #dc9593

#93dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dadc Color CSS Codes

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

#93dadc Text Font Color

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

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


#93dadc Background Color

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

This div background color is #93dadc


#93dadc Border Color

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

This div border color is #93dadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,218,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 #93dadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dadc


Comments

No comments written yet.

Please login to write comment.