Color Hex Logo

#4aaeeb Color Hex

#4AAEEB
(74,174,235)
0 Favorites   0 Comments

Color spaces of #4aaeeb

RGB 74174235
HSL0.560.800.61
HSV203°69°92°
CMYK 0.690.260.00   0.08
XYZ32.955537.726184.1422
Yxy37.72610.21290.2437
Hunter Lab61.4216-11.7143-38.2270
CIE-Lab67.8183-10.0220-39.0189

#4aaeeb color RGB value is (74,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 11101011
Octal 112 256 353
Decimal 74 174 235
Hex 4A AE EB

RGB Percentages of Color #4aaeeb

%15.32
%36.02
%48.65

CMYK Percentages of Color #4aaeeb

%69
%26
%0
%8

Triadic Colors of #4aaeeb

#4aaeeb #eb4aae #aeeb4a

Analogous Colors of #4aaeeb

#4aaeeb #4a5eeb #4aebd8

Monochromatic Colors of #4aaeeb

#4aaeeb

Complementary Color

#4aaeeb #eb874a

#4aaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaeeb Color CSS Codes

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

#4aaeeb Text Font Color

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

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


#4aaeeb Background Color

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

This div background color is #4aaeeb


#4aaeeb Border Color

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

This div border color is #4aaeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,174,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 #4aaeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaeeb


Comments

No comments written yet.

Please login to write comment.