Color Hex Logo

#93abcf Color Hex

#93ABCF
(147,171,207)
0 Favorites   0 Comments

Color spaces of #93abcf

RGB 147171207
HSL0.600.380.69
HSV216°29°81°
CMYK 0.290.170.00   0.19
XYZ37.858039.833964.7249
Yxy39.83390.26580.2797
Hunter Lab63.1141-3.3793-16.6233
CIE-Lab69.3511-0.0095-21.0073

#93abcf color RGB value is (147,171,207).

#93abcf hex color red value is 147, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #93abcf hue: 0.60 , saturation: 0.38 and the lightness value of 93abcf is 0.69.

The process color (four color CMYK) of #93abcf color hex is 0.29, 0.17, 0.00, 0.19. Web safe color of #93abcf is #9999cc. Color #93abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 11001111
Octal 223 253 317
Decimal 147 171 207
Hex 93 AB CF

RGB Percentages of Color #93abcf

%28.00
%32.57
%39.43

CMYK Percentages of Color #93abcf

%29
%17
%0
%19

Triadic Colors of #93abcf

#93abcf #cf93ab #abcf93

Analogous Colors of #93abcf

#93abcf #9993cf #93c9cf

Monochromatic Colors of #93abcf

#93abcf

Complementary Color

#93abcf #cfb793

#93abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abcf Color CSS Codes

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

#93abcf Text Font Color

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

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


#93abcf Background Color

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

This div background color is #93abcf


#93abcf Border Color

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

This div border color is #93abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abcf


Comments

No comments written yet.

Please login to write comment.