Color Hex Logo

#4cabda Color Hex

#4CABDA
(76,171,218)
0 Favorites   0 Comments

Color spaces of #4cabda

RGB 76171218
HSL0.560.660.58
HSV200°65°85°
CMYK 0.650.220.00   0.15
XYZ30.198335.724371.6335
Yxy35.72430.21950.2597
Hunter Lab59.7698-14.4112-29.2196
CIE-Lab66.3087-13.5981-32.0348

#4cabda color RGB value is (76,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11011010
Octal 114 253 332
Decimal 76 171 218
Hex 4C AB DA

RGB Percentages of Color #4cabda

%16.34
%36.77
%46.88

CMYK Percentages of Color #4cabda

%65
%22
%0
%15

Triadic Colors of #4cabda

#4cabda #da4cab #abda4c

Analogous Colors of #4cabda

#4cabda #4c64da #4cdac2

Monochromatic Colors of #4cabda

#4cabda

Complementary Color

#4cabda #da7b4c

#4cabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabda Color CSS Codes

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

#4cabda Text Font Color

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

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


#4cabda Background Color

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

This div background color is #4cabda


#4cabda Border Color

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

This div border color is #4cabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabda


Comments

No comments written yet.

Please login to write comment.