Color Hex Logo

#4caddb Color Hex

#4CADDB
(76,173,219)
0 Favorites   0 Comments

Color spaces of #4caddb

RGB 76173219
HSL0.550.670.58
HSV199°65°86°
CMYK 0.650.210.00   0.14
XYZ30.710236.538172.4518
Yxy36.53810.21980.2615
Hunter Lab60.4468-15.0942-28.7526
CIE-Lab66.9290-14.3548-31.6251

#4caddb color RGB value is (76,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 11011011
Octal 114 255 333
Decimal 76 173 219
Hex 4C AD DB

RGB Percentages of Color #4caddb

%16.24
%36.97
%46.79

CMYK Percentages of Color #4caddb

%65
%21
%0
%14

Triadic Colors of #4caddb

#4caddb #db4cad #addb4c

Analogous Colors of #4caddb

#4caddb #4c66db #4cdbc2

Monochromatic Colors of #4caddb

#4caddb

Complementary Color

#4caddb #db7a4c

#4caddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caddb Color CSS Codes

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

#4caddb Text Font Color

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

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


#4caddb Background Color

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

This div background color is #4caddb


#4caddb Border Color

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

This div border color is #4caddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,173,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 #4caddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caddb


Comments

No comments written yet.

Please login to write comment.