Color Hex Logo

#4abfdb Color Hex

#4ABFDB
(74,191,219)
0 Favorites   0 Comments

Color spaces of #4abfdb

RGB 74191219
HSL0.530.670.57
HSV192°66°86°
CMYK 0.660.130.00   0.14
XYZ34.241043.831973.6735
Yxy43.83190.22560.2888
Hunter Lab66.2057-23.5412-19.6338
CIE-Lab72.1160-24.0376-23.6580

#4abfdb color RGB value is (74,191,219).

#4abfdb hex color red value is 74, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4abfdb hue: 0.53 , saturation: 0.67 and the lightness value of 4abfdb is 0.57.

The process color (four color CMYK) of #4abfdb color hex is 0.66, 0.13, 0.00, 0.14. Web safe color of #4abfdb is #33cccc. Color #4abfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11011011
Octal 112 277 333
Decimal 74 191 219
Hex 4A BF DB

RGB Percentages of Color #4abfdb

%15.29
%39.46
%45.25

CMYK Percentages of Color #4abfdb

%66
%13
%0
%14

Triadic Colors of #4abfdb

#4abfdb #db4abf #bfdb4a

Analogous Colors of #4abfdb

#4abfdb #4a77db #4adbaf

Monochromatic Colors of #4abfdb

#4abfdb

Complementary Color

#4abfdb #db664a

#4abfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfdb Color CSS Codes

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

#4abfdb Text Font Color

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

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


#4abfdb Background Color

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

This div background color is #4abfdb


#4abfdb Border Color

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

This div border color is #4abfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfdb


Comments

No comments written yet.

Please login to write comment.