Color Hex Logo

#4aaebd Color Hex

#4AAEBD
(74,174,189)
0 Favorites   0 Comments

Color spaces of #4aaebd

RGB 74174189
HSL0.520.470.52
HSV188°61°74°
CMYK 0.610.080.00   0.26
XYZ27.145435.402153.5467
Yxy35.40210.23380.3049
Hunter Lab59.4997-22.6878-11.7082
CIE-Lab66.0605-24.4363-16.3819

#4aaebd color RGB value is (74,174,189).

#4aaebd hex color red value is 74, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4aaebd hue: 0.52 , saturation: 0.47 and the lightness value of 4aaebd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 10111101
Octal 112 256 275
Decimal 74 174 189
Hex 4A AE BD

RGB Percentages of Color #4aaebd

%16.93
%39.82
%43.25

CMYK Percentages of Color #4aaebd

%61
%8
%0
%26

Triadic Colors of #4aaebd

#4aaebd #bd4aae #aebd4a

Analogous Colors of #4aaebd

#4aaebd #4a75bd #4abd93

Monochromatic Colors of #4aaebd

#4aaebd

Complementary Color

#4aaebd #bd594a

#4aaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaebd Color CSS Codes

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

#4aaebd Text Font Color

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

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


#4aaebd Background Color

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

This div background color is #4aaebd


#4aaebd Border Color

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

This div border color is #4aaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaebd

#4aaebd Color Palettes


Comments

No comments written yet.

Please login to write comment.