Color Hex Logo

#4caadb Color Hex

#4CAADB
(76,170,219)
0 Favorites   0 Comments

Color spaces of #4caadb

RGB 76170219
HSL0.560.670.58
HSV201°65°86°
CMYK 0.650.220.00   0.14
XYZ30.141435.400472.2622
Yxy35.40040.21870.2569
Hunter Lab59.4982-13.6950-30.3605
CIE-Lab66.0592-12.7371-32.9724

#4caadb color RGB value is (76,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 11011011
Octal 114 252 333
Decimal 76 170 219
Hex 4C AA DB

RGB Percentages of Color #4caadb

%16.34
%36.56
%47.10

CMYK Percentages of Color #4caadb

%65
%22
%0
%14

Triadic Colors of #4caadb

#4caadb #db4caa #aadb4c

Analogous Colors of #4caadb

#4caadb #4c62db #4cdbc5

Monochromatic Colors of #4caadb

#4caadb

Complementary Color

#4caadb #db7d4c

#4caadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caadb Color CSS Codes

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

#4caadb Text Font Color

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

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


#4caadb Background Color

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

This div background color is #4caadb


#4caadb Border Color

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

This div border color is #4caadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caadb


Comments

No comments written yet.

Please login to write comment.