Color Hex Logo

#93afda Color Hex

#93AFDA
(147,175,218)
0 Favorites   0 Comments

Color spaces of #93afda

RGB 147175218
HSL0.600.490.72
HSV216°33°85°
CMYK 0.330.200.00   0.15
XYZ40.017541.924972.3128
Yxy41.92490.25940.2718
Hunter Lab64.7494-2.9921-20.8910
CIE-Lab70.81910.5287-24.8064

#93afda color RGB value is (147,175,218).

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

The process color (four color CMYK) of #93afda color hex is 0.33, 0.20, 0.00, 0.15. Web safe color of #93afda is #9999cc. Color #93afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101111 11011010
Octal 223 257 332
Decimal 147 175 218
Hex 93 AF DA

RGB Percentages of Color #93afda

%27.22
%32.41
%40.37

CMYK Percentages of Color #93afda

%33
%20
%0
%15

Triadic Colors of #93afda

#93afda #da93af #afda93

Analogous Colors of #93afda

#93afda #9b93da #93d3da

Monochromatic Colors of #93afda

#93afda

Complementary Color

#93afda #dabe93

#93afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#93afda Color CSS Codes

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

#93afda Text Font Color

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

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


#93afda Background Color

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

This div background color is #93afda


#93afda Border Color

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

This div border color is #93afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93afda


Comments

No comments written yet.

Please login to write comment.