Color Hex Logo

#4cabdb Color Hex

#4CABDB
(76,171,219)
0 Favorites   0 Comments

Color spaces of #4cabdb

RGB 76171219
HSL0.560.670.58
HSV200°65°86°
CMYK 0.650.220.00   0.14
XYZ30.329635.776872.3249
Yxy35.77680.21910.2584
Hunter Lab59.8137-14.1624-29.8220
CIE-Lab66.3490-13.2781-32.5231

#4cabdb color RGB value is (76,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11011011
Octal 114 253 333
Decimal 76 171 219
Hex 4C AB DB

RGB Percentages of Color #4cabdb

%16.31
%36.70
%47.00

CMYK Percentages of Color #4cabdb

%65
%22
%0
%14

Triadic Colors of #4cabdb

#4cabdb #db4cab #abdb4c

Analogous Colors of #4cabdb

#4cabdb #4c63db #4cdbc4

Monochromatic Colors of #4cabdb

#4cabdb

Complementary Color

#4cabdb #db7c4c

#4cabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabdb Color CSS Codes

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

#4cabdb Text Font Color

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

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


#4cabdb Background Color

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

This div background color is #4cabdb


#4cabdb Border Color

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

This div border color is #4cabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabdb


Comments

No comments written yet.

Please login to write comment.