Color Hex Logo

#4abccc Color Hex

#4ABCCC
(74,188,204)
0 Favorites   0 Comments

Color spaces of #4abccc

RGB 74188204
HSL0.520.560.55
HSV187°64°80°
CMYK 0.640.080.00   0.20
XYZ31.706341.781963.5204
Yxy41.78190.23140.3050
Hunter Lab64.6389-25.5613-13.0168
CIE-Lab70.7203-27.0263-17.5969

#4abccc color RGB value is (74,188,204).

#4abccc hex color red value is 74, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4abccc hue: 0.52 , saturation: 0.56 and the lightness value of 4abccc is 0.55.

The process color (four color CMYK) of #4abccc color hex is 0.64, 0.08, 0.00, 0.20. Web safe color of #4abccc is #33cccc. Color #4abccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11001100
Octal 112 274 314
Decimal 74 188 204
Hex 4A BC CC

RGB Percentages of Color #4abccc

%15.88
%40.34
%43.78

CMYK Percentages of Color #4abccc

%64
%8
%0
%20

Triadic Colors of #4abccc

#4abccc #cc4abc #bccc4a

Analogous Colors of #4abccc

#4abccc #4a7bcc #4acc9b

Monochromatic Colors of #4abccc

#4abccc

Complementary Color

#4abccc #cc5a4a

#4abccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abccc Color CSS Codes

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

#4abccc Text Font Color

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

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


#4abccc Background Color

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

This div background color is #4abccc


#4abccc Border Color

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

This div border color is #4abccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,188,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abccc


Comments

No comments written yet.

Please login to write comment.