Color Hex Logo

#4cacdc Color Hex

#4CACDC
(76,172,220)
0 Favorites   0 Comments

Color spaces of #4cacdc

RGB 76172220
HSL0.560.670.58
HSV200°65°86°
CMYK 0.650.220.00   0.14
XYZ30.651336.208973.0837
Yxy36.20890.21900.2587
Hunter Lab60.1738-14.3800-29.8886
CIE-Lab66.6792-13.4976-32.5620

#4cacdc color RGB value is (76,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 11011100
Octal 114 254 334
Decimal 76 172 220
Hex 4C AC DC

RGB Percentages of Color #4cacdc

%16.24
%36.75
%47.01

CMYK Percentages of Color #4cacdc

%65
%22
%0
%14

Triadic Colors of #4cacdc

#4cacdc #dc4cac #acdc4c

Analogous Colors of #4cacdc

#4cacdc #4c64dc #4cdcc4

Monochromatic Colors of #4cacdc

#4cacdc

Complementary Color

#4cacdc #dc7c4c

#4cacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacdc Color CSS Codes

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

#4cacdc Text Font Color

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

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


#4cacdc Background Color

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

This div background color is #4cacdc


#4cacdc Border Color

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

This div border color is #4cacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacdc


Comments

No comments written yet.

Please login to write comment.