Color Hex Logo

#4aadcb Color Hex

#4AADCB
(74,173,203)
0 Favorites   0 Comments

Color spaces of #4aadcb

RGB 74173203
HSL0.540.550.54
HSV194°64°80°
CMYK 0.640.150.00   0.20
XYZ28.547135.654861.8774
Yxy35.65480.22640.2828
Hunter Lab59.7116-19.1576-19.6423
CIE-Lab66.2553-19.7032-23.8416

#4aadcb color RGB value is (74,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11001011
Octal 112 255 313
Decimal 74 173 203
Hex 4A AD CB

RGB Percentages of Color #4aadcb

%16.44
%38.44
%45.11

CMYK Percentages of Color #4aadcb

%64
%15
%0
%20

Triadic Colors of #4aadcb

#4aadcb #cb4aad #adcb4a

Analogous Colors of #4aadcb

#4aadcb #4a6dcb #4acba9

Monochromatic Colors of #4aadcb

#4aadcb

Complementary Color

#4aadcb #cb684a

#4aadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadcb Color CSS Codes

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

#4aadcb Text Font Color

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

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


#4aadcb Background Color

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

This div background color is #4aadcb


#4aadcb Border Color

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

This div border color is #4aadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadcb


Comments

No comments written yet.

Please login to write comment.