Color Hex Logo

#4aadcd Color Hex

#4AADCD
(74,173,205)
0 Favorites   0 Comments

Color spaces of #4aadcd

RGB 74173205
HSL0.540.570.55
HSV195°64°80°
CMYK 0.640.160.00   0.20
XYZ28.787135.750863.1410
Yxy35.75080.22550.2800
Hunter Lab59.7920-18.6964-20.7565
CIE-Lab66.3291-19.0854-24.8345

#4aadcd color RGB value is (74,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11001101
Octal 112 255 315
Decimal 74 173 205
Hex 4A AD CD

RGB Percentages of Color #4aadcd

%16.37
%38.27
%45.35

CMYK Percentages of Color #4aadcd

%64
%16
%0
%20

Triadic Colors of #4aadcd

#4aadcd #cd4aad #adcd4a

Analogous Colors of #4aadcd

#4aadcd #4a6ccd #4acdac

Monochromatic Colors of #4aadcd

#4aadcd

Complementary Color

#4aadcd #cd6a4a

#4aadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadcd Color CSS Codes

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

#4aadcd Text Font Color

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

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


#4aadcd Background Color

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

This div background color is #4aadcd


#4aadcd Border Color

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

This div border color is #4aadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadcd


Comments

No comments written yet.

Please login to write comment.