Color Hex Logo

#4aaceb Color Hex

#4AACEB
(74,172,235)
0 Favorites   0 Comments

Color spaces of #4aaceb

RGB 74172235
HSL0.570.800.61
HSV203°69°92°
CMYK 0.690.270.00   0.08
XYZ32.572036.959184.0143
Yxy36.95910.21210.2407
Hunter Lab60.7940-10.7534-39.3801
CIE-Lab67.2463-8.9246-39.9120

#4aaceb color RGB value is (74,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11101011
Octal 112 254 353
Decimal 74 172 235
Hex 4A AC EB

RGB Percentages of Color #4aaceb

%15.38
%35.76
%48.86

CMYK Percentages of Color #4aaceb

%69
%27
%0
%8

Triadic Colors of #4aaceb

#4aaceb #eb4aac #aceb4a

Analogous Colors of #4aaceb

#4aaceb #4a5ceb #4aebda

Monochromatic Colors of #4aaceb

#4aaceb

Complementary Color

#4aaceb #eb894a

#4aaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaceb Color CSS Codes

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

#4aaceb Text Font Color

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

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


#4aaceb Background Color

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

This div background color is #4aaceb


#4aaceb Border Color

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

This div border color is #4aaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaceb


Comments

No comments written yet.

Please login to write comment.