Color Hex Logo

#4aabed Color Hex

#4AABED
(74,171,237)
0 Favorites   0 Comments

Color spaces of #4aabed

RGB 74171237
HSL0.570.820.61
HSV204°69°93°
CMYK 0.690.280.00   0.07
XYZ32.673036.696185.4818
Yxy36.69610.21100.2370
Hunter Lab60.5773-9.7345-41.2611
CIE-Lab67.0484-7.7102-41.3151

#4aabed color RGB value is (74,171,237).

#4aabed hex color red value is 74, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4aabed hue: 0.57 , saturation: 0.82 and the lightness value of 4aabed is 0.61.

The process color (four color CMYK) of #4aabed color hex is 0.69, 0.28, 0.00, 0.07. Web safe color of #4aabed is #3399ff. Color #4aabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11101101
Octal 112 253 355
Decimal 74 171 237
Hex 4A AB ED

RGB Percentages of Color #4aabed

%15.35
%35.48
%49.17

CMYK Percentages of Color #4aabed

%69
%28
%0
%7

Triadic Colors of #4aabed

#4aabed #ed4aab #abed4a

Analogous Colors of #4aabed

#4aabed #4a5aed #4aedde

Monochromatic Colors of #4aabed

#4aabed

Complementary Color

#4aabed #ed8c4a

#4aabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabed Color CSS Codes

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

#4aabed Text Font Color

<p style="color:#4aabed">Text here</p>

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


#4aabed Background Color

<div style="background-color:#4aabed">
Div content here</div>

This div background color is #4aabed


#4aabed Border Color

<div style="border:3px solid #4aabed">
Div here</div>

This div border color is #4aabed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,171,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aabed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aabed;
  -webkit-box-shadow: 1px 1px 3px 2px #4aabed;
  box-shadow:         1px 1px 3px 2px #4aabed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabed


Comments

No comments written yet.

Please login to write comment.