Color Hex Logo

#4aafcd Color Hex

#4AAFCD
(74,175,205)
0 Favorites   0 Comments

Color spaces of #4aafcd

RGB 74175205
HSL0.540.570.55
HSV194°64°80°
CMYK 0.640.150.00   0.20
XYZ29.173536.523663.2698
Yxy36.52360.22620.2832
Hunter Lab60.4348-19.5940-19.7670
CIE-Lab66.9181-20.1285-23.9323

#4aafcd color RGB value is (74,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11001101
Octal 112 257 315
Decimal 74 175 205
Hex 4A AF CD

RGB Percentages of Color #4aafcd

%16.30
%38.55
%45.15

CMYK Percentages of Color #4aafcd

%64
%15
%0
%20

Triadic Colors of #4aafcd

#4aafcd #cd4aaf #afcd4a

Analogous Colors of #4aafcd

#4aafcd #4a6ecd #4acdaa

Monochromatic Colors of #4aafcd

#4aafcd

Complementary Color

#4aafcd #cd684a

#4aafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafcd Color CSS Codes

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

#4aafcd Text Font Color

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

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


#4aafcd Background Color

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

This div background color is #4aafcd


#4aafcd Border Color

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

This div border color is #4aafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafcd

#4aafcd Color Palettes


Comments

No comments written yet.

Please login to write comment.