Color Hex Logo

#4caadc Color Hex

#4CAADC
(76,170,220)
0 Favorites   0 Comments

Color spaces of #4caadc

RGB 76170220
HSL0.560.670.58
HSV201°65°86°
CMYK 0.650.230.00   0.14
XYZ30.273535.453372.9577
Yxy35.45330.21830.2556
Hunter Lab59.5427-13.4443-30.9682
CIE-Lab66.1001-12.4158-33.4598

#4caadc color RGB value is (76,170,220).

#4caadc hex color red value is 76, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4caadc hue: 0.56 , saturation: 0.67 and the lightness value of 4caadc is 0.58.

The process color (four color CMYK) of #4caadc color hex is 0.65, 0.23, 0.00, 0.14. Web safe color of #4caadc is #3399cc. Color #4caadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11011100
Octal 114 252 334
Decimal 76 170 220
Hex 4C AA DC

RGB Percentages of Color #4caadc

%16.31
%36.48
%47.21

CMYK Percentages of Color #4caadc

%65
%23
%0
%14

Triadic Colors of #4caadc

#4caadc #dc4caa #aadc4c

Analogous Colors of #4caadc

#4caadc #4c62dc #4cdcc6

Monochromatic Colors of #4caadc

#4caadc

Complementary Color

#4caadc #dc7e4c

#4caadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caadc Color CSS Codes

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

#4caadc Text Font Color

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

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


#4caadc Background Color

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

This div background color is #4caadc


#4caadc Border Color

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

This div border color is #4caadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,170,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4caadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4caadc;
  -webkit-box-shadow: 1px 1px 3px 2px #4caadc;
  box-shadow:         1px 1px 3px 2px #4caadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,170,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caadc


Comments

No comments written yet.

Please login to write comment.