Color Hex Logo

#4aaece Color Hex

#4AAECE
(74,174,206)
0 Favorites   0 Comments

Color spaces of #4aaece

RGB 74174206
HSL0.540.570.55
HSV195°64°81°
CMYK 0.640.160.00   0.19
XYZ29.100736.184263.8430
Yxy36.18420.22540.2802
Hunter Lab60.1533-18.9143-20.8194
CIE-Lab66.6604-19.2987-24.8790

#4aaece color RGB value is (74,174,206).

#4aaece hex color red value is 74, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4aaece hue: 0.54 , saturation: 0.57 and the lightness value of 4aaece is 0.55.

The process color (four color CMYK) of #4aaece color hex is 0.64, 0.16, 0.00, 0.19. Web safe color of #4aaece is #3399cc. Color #4aaece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 11001110
Octal 112 256 316
Decimal 74 174 206
Hex 4A AE CE

RGB Percentages of Color #4aaece

%16.30
%38.33
%45.37

CMYK Percentages of Color #4aaece

%64
%16
%0
%19

Triadic Colors of #4aaece

#4aaece #ce4aae #aece4a

Analogous Colors of #4aaece

#4aaece #4a6cce #4aceac

Monochromatic Colors of #4aaece

#4aaece

Complementary Color

#4aaece #ce6a4a

#4aaece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaece Color CSS Codes

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

#4aaece Text Font Color

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

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


#4aaece Background Color

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

This div background color is #4aaece


#4aaece Border Color

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

This div border color is #4aaece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaece


Comments

No comments written yet.

Please login to write comment.