Color Hex Logo

#4abfdc Color Hex

#4ABFDC
(74,191,220)
0 Favorites   0 Comments

Color spaces of #4abfdc

RGB 74191220
HSL0.530.680.58
HSV192°66°86°
CMYK 0.660.130.00   0.14
XYZ34.373143.884874.3691
Yxy43.88480.22520.2875
Hunter Lab66.2456-23.3109-20.1886
CIE-Lab72.1514-23.7334-24.1478

#4abfdc color RGB value is (74,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11011100
Octal 112 277 334
Decimal 74 191 220
Hex 4A BF DC

RGB Percentages of Color #4abfdc

%15.26
%39.38
%45.36

CMYK Percentages of Color #4abfdc

%66
%13
%0
%14

Triadic Colors of #4abfdc

#4abfdc #dc4abf #bfdc4a

Analogous Colors of #4abfdc

#4abfdc #4a76dc #4adcb0

Monochromatic Colors of #4abfdc

#4abfdc

Complementary Color

#4abfdc #dc674a

#4abfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfdc Color CSS Codes

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

#4abfdc Text Font Color

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

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


#4abfdc Background Color

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

This div background color is #4abfdc


#4abfdc Border Color

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

This div border color is #4abfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfdc


Comments

No comments written yet.

Please login to write comment.