Color Hex Logo

#4abcdb Color Hex

#4ABCDB
(74,188,219)
0 Favorites   0 Comments

Color spaces of #4abcdb

RGB 74188219
HSL0.540.670.57
HSV193°66°86°
CMYK 0.660.140.00   0.14
XYZ33.593442.536873.4577
Yxy42.53680.22460.2844
Hunter Lab65.2202-22.1943-21.1243
CIE-Lab71.2395-22.5166-24.9977

#4abcdb color RGB value is (74,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11011011
Octal 112 274 333
Decimal 74 188 219
Hex 4A BC DB

RGB Percentages of Color #4abcdb

%15.38
%39.09
%45.53

CMYK Percentages of Color #4abcdb

%66
%14
%0
%14

Triadic Colors of #4abcdb

#4abcdb #db4abc #bcdb4a

Analogous Colors of #4abcdb

#4abcdb #4a74db #4adbb2

Monochromatic Colors of #4abcdb

#4abcdb

Complementary Color

#4abcdb #db694a

#4abcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcdb Color CSS Codes

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

#4abcdb Text Font Color

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

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


#4abcdb Background Color

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

This div background color is #4abcdb


#4abcdb Border Color

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

This div border color is #4abcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcdb


Comments

No comments written yet.

Please login to write comment.