Color Hex Logo

#4aeecb Color Hex

#4AEECB
(74,238,203)
0 Favorites   0 Comments

Color spaces of #4aeecb

RGB 74238203
HSL0.460.830.61
HSV167°69°93°
CMYK 0.690.000.15   0.07
XYZ44.178166.916767.0877
Yxy66.91670.24790.3756
Hunter Lab81.8026-46.75448.6371
CIE-Lab85.4619-50.02494.7481

#4aeecb color RGB value is (74,238,203).

#4aeecb hex color red value is 74, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4aeecb hue: 0.46 , saturation: 0.83 and the lightness value of 4aeecb is 0.61.

The process color (four color CMYK) of #4aeecb color hex is 0.69, 0.00, 0.15, 0.07. Web safe color of #4aeecb is #33ffcc. Color #4aeecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 11001011
Octal 112 356 313
Decimal 74 238 203
Hex 4A EE CB

RGB Percentages of Color #4aeecb

%14.37
%46.21
%39.42

CMYK Percentages of Color #4aeecb

%69
%0
%15
%7

Triadic Colors of #4aeecb

#4aeecb #cb4aee #eecb4a

Analogous Colors of #4aeecb

#4aeecb #4abfee #4aee79

Monochromatic Colors of #4aeecb

#4aeecb

Complementary Color

#4aeecb #ee4a6d

#4aeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeecb Color CSS Codes

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

#4aeecb Text Font Color

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

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


#4aeecb Background Color

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

This div background color is #4aeecb


#4aeecb Border Color

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

This div border color is #4aeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeecb


Comments

No comments written yet.

Please login to write comment.