Color Hex Logo

#93aefb Color Hex

#93AEFB
(147,174,251)
0 Favorites   0 Comments

Color spaces of #93aefb

RGB 147174251
HSL0.620.930.78
HSV224°41°98°
CMYK 0.410.310.00   0.02
XYZ44.581343.440297.3019
Yxy43.44020.24060.2344
Hunter Lab65.90925.3972-41.3936
CIE-Lab71.85279.8099-41.1715

#93aefb color RGB value is (147,174,251).

#93aefb hex color red value is 147, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #93aefb hue: 0.62 , saturation: 0.93 and the lightness value of 93aefb is 0.78.

The process color (four color CMYK) of #93aefb color hex is 0.41, 0.31, 0.00, 0.02. Web safe color of #93aefb is #9999ff. Color #93aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101110 11111011
Octal 223 256 373
Decimal 147 174 251
Hex 93 AE FB

RGB Percentages of Color #93aefb

%25.70
%30.42
%43.88

CMYK Percentages of Color #93aefb

%41
%31
%0
%2

Triadic Colors of #93aefb

#93aefb #fb93ae #aefb93

Analogous Colors of #93aefb

#93aefb #ac93fb #93e2fb

Monochromatic Colors of #93aefb

#93aefb

Complementary Color

#93aefb #fbe093

#93aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aefb Color CSS Codes

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

#93aefb Text Font Color

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

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


#93aefb Background Color

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

This div background color is #93aefb


#93aefb Border Color

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

This div border color is #93aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.