Color Hex Logo

#4accba Color Hex

#4ACCBA
(74,204,186)
0 Favorites   0 Comments

Color spaces of #4accba

RGB 74204186
HSL0.480.560.55
HSV172°64°80°
CMYK 0.640.000.09   0.20
XYZ33.279848.186754.0013
Yxy48.18670.24570.3557
Hunter Lab69.4166-35.90252.4682
CIE-Lab74.9425-39.5816-1.5136

#4accba color RGB value is (74,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 10111010
Octal 112 314 272
Decimal 74 204 186
Hex 4A CC BA

RGB Percentages of Color #4accba

%15.95
%43.97
%40.09

CMYK Percentages of Color #4accba

%64
%0
%9
%20

Triadic Colors of #4accba

#4accba #ba4acc #ccba4a

Analogous Colors of #4accba

#4accba #4a9dcc #4acc79

Monochromatic Colors of #4accba

#4accba

Complementary Color

#4accba #cc4a5c

#4accba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4accba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4accba Color CSS Codes

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

#4accba Text Font Color

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

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


#4accba Background Color

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

This div background color is #4accba


#4accba Border Color

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

This div border color is #4accba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4accba


Comments

No comments written yet.

Please login to write comment.