Color Hex Logo

#4bceaa Color Hex

#4BCEAA
(75,206,170)
0 Favorites   0 Comments

Color spaces of #4bceaa

RGB 75206170
HSL0.450.570.55
HSV164°64°81°
CMYK 0.640.000.17   0.19
XYZ32.228748.540745.7009
Yxy48.54070.25480.3838
Hunter Lab69.6712-39.35349.8784
CIE-Lab75.1647-44.28917.4358

#4bceaa color RGB value is (75,206,170).

#4bceaa hex color red value is 75, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bceaa hue: 0.45 , saturation: 0.57 and the lightness value of 4bceaa is 0.55.

The process color (four color CMYK) of #4bceaa color hex is 0.64, 0.00, 0.17, 0.19. Web safe color of #4bceaa is #33cc99. Color #4bceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 10101010
Octal 113 316 252
Decimal 75 206 170
Hex 4B CE AA

RGB Percentages of Color #4bceaa

%16.63
%45.68
%37.69

CMYK Percentages of Color #4bceaa

%64
%0
%17
%19

Triadic Colors of #4bceaa

#4bceaa #aa4bce #ceaa4b

Analogous Colors of #4bceaa

#4bceaa #4bb1ce #4bce69

Monochromatic Colors of #4bceaa

#4bceaa

Complementary Color

#4bceaa #ce4b6f

#4bceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bceaa Color CSS Codes

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

#4bceaa Text Font Color

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

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


#4bceaa Background Color

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

This div background color is #4bceaa


#4bceaa Border Color

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

This div border color is #4bceaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,206,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bceaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bceaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4bceaa;
  box-shadow:         1px 1px 3px 2px #4bceaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,206,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bceaa


Comments

No comments written yet.

Please login to write comment.