Color Hex Logo

#4aabeb Color Hex

#4AABEB
(74,171,235)
0 Favorites   0 Comments

Color spaces of #4aabeb

RGB 74171235
HSL0.570.800.61
HSV204°69°92°
CMYK 0.690.270.00   0.08
XYZ32.382336.579883.9511
Yxy36.57980.21180.2392
Hunter Lab60.4812-10.2714-39.9607
CIE-Lab66.9606-8.3735-40.3587

#4aabeb color RGB value is (74,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11101011
Octal 112 253 353
Decimal 74 171 235
Hex 4A AB EB

RGB Percentages of Color #4aabeb

%15.42
%35.63
%48.96

CMYK Percentages of Color #4aabeb

%69
%27
%0
%8

Triadic Colors of #4aabeb

#4aabeb #eb4aab #abeb4a

Analogous Colors of #4aabeb

#4aabeb #4a5beb #4aebdb

Monochromatic Colors of #4aabeb

#4aabeb

Complementary Color

#4aabeb #eb8a4a

#4aabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabeb Color CSS Codes

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

#4aabeb Text Font Color

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

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


#4aabeb Background Color

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

This div background color is #4aabeb


#4aabeb Border Color

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

This div border color is #4aabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabeb


Comments

No comments written yet.

Please login to write comment.