Color Hex Logo

#4cabdc Color Hex

#4CABDC
(76,171,220)
0 Favorites   0 Comments

Color spaces of #4cabdc

RGB 76171220
HSL0.560.670.58
HSV200°65°86°
CMYK 0.650.220.00   0.14
XYZ30.461735.829673.0205
Yxy35.82960.21870.2572
Hunter Lab59.8578-13.9124-30.4273
CIE-Lab66.3895-12.9573-33.0110

#4cabdc color RGB value is (76,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11011100
Octal 114 253 334
Decimal 76 171 220
Hex 4C AB DC

RGB Percentages of Color #4cabdc

%16.27
%36.62
%47.11

CMYK Percentages of Color #4cabdc

%65
%22
%0
%14

Triadic Colors of #4cabdc

#4cabdc #dc4cab #abdc4c

Analogous Colors of #4cabdc

#4cabdc #4c63dc #4cdcc5

Monochromatic Colors of #4cabdc

#4cabdc

Complementary Color

#4cabdc #dc7d4c

#4cabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabdc Color CSS Codes

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

#4cabdc Text Font Color

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

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


#4cabdc Background Color

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

This div background color is #4cabdc


#4cabdc Border Color

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

This div border color is #4cabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabdc


Comments

No comments written yet.

Please login to write comment.