Color Hex Logo

#4cacdb Color Hex

#4CACDB
(76,172,219)
0 Favorites   0 Comments

Color spaces of #4cacdb

RGB 76172219
HSL0.550.670.58
HSV200°65°86°
CMYK 0.650.210.00   0.14
XYZ30.519236.156072.3881
Yxy36.15600.21950.2600
Hunter Lab60.1299-14.6287-29.2861
CIE-Lab66.6389-13.8172-32.0741

#4cacdb color RGB value is (76,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 11011011
Octal 114 254 333
Decimal 76 172 219
Hex 4C AC DB

RGB Percentages of Color #4cacdb

%16.27
%36.83
%46.90

CMYK Percentages of Color #4cacdb

%65
%21
%0
%14

Triadic Colors of #4cacdb

#4cacdb #db4cac #acdb4c

Analogous Colors of #4cacdb

#4cacdb #4c65db #4cdbc3

Monochromatic Colors of #4cacdb

#4cacdb

Complementary Color

#4cacdb #db7b4c

#4cacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacdb Color CSS Codes

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

#4cacdb Text Font Color

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

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


#4cacdb Background Color

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

This div background color is #4cacdb


#4cacdb Border Color

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

This div border color is #4cacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacdb


Comments

No comments written yet.

Please login to write comment.