Color Hex Logo

#4caade Color Hex

#4CAADE
(76,170,222)
0 Favorites   0 Comments

Color spaces of #4caade

RGB 76170222
HSL0.560.690.58
HSV201°66°87°
CMYK 0.660.230.00   0.13
XYZ30.540035.559974.3614
Yxy35.55990.21740.2532
Hunter Lab59.6321-12.9392-32.1923
CIE-Lab66.1823-11.7710-34.4334

#4caade color RGB value is (76,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11011110
Octal 114 252 336
Decimal 76 170 222
Hex 4C AA DE

RGB Percentages of Color #4caade

%16.24
%36.32
%47.44

CMYK Percentages of Color #4caade

%66
%23
%0
%13

Triadic Colors of #4caade

#4caade #de4caa #aade4c

Analogous Colors of #4caade

#4caade #4c61de #4cdec9

Monochromatic Colors of #4caade

#4caade

Complementary Color

#4caade #de804c

#4caade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caade Color CSS Codes

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

#4caade Text Font Color

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

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


#4caade Background Color

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

This div background color is #4caade


#4caade Border Color

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

This div border color is #4caade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caade


Comments

No comments written yet.

Please login to write comment.