Color Hex Logo

#4caada Color Hex

#4CAADA
(76,170,218)
0 Favorites   0 Comments

Color spaces of #4caada

RGB 76170218
HSL0.560.660.58
HSV200°65°85°
CMYK 0.650.220.00   0.15
XYZ30.010135.347971.5708
Yxy35.34790.21920.2581
Hunter Lab59.4541-13.9449-29.7554
CIE-Lab66.0186-13.0579-32.4842

#4caada color RGB value is (76,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11011010
Octal 114 252 332
Decimal 76 170 218
Hex 4C AA DA

RGB Percentages of Color #4caada

%16.38
%36.64
%46.98

CMYK Percentages of Color #4caada

%65
%22
%0
%15

Triadic Colors of #4caada

#4caada #da4caa #aada4c

Analogous Colors of #4caada

#4caada #4c63da #4cdac3

Monochromatic Colors of #4caada

#4caada

Complementary Color

#4caada #da7c4c

#4caada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caada Color CSS Codes

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

#4caada Text Font Color

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

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


#4caada Background Color

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

This div background color is #4caada


#4caada Border Color

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

This div border color is #4caada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caada


Comments

No comments written yet.

Please login to write comment.