Color Hex Logo

#4aebcb Color Hex

#4AEBCB
(74,235,203)
0 Favorites   0 Comments

Color spaces of #4aebcb

RGB 74235203
HSL0.470.800.61
HSV168°69°92°
CMYK 0.690.000.14   0.08
XYZ43.311965.184366.7990
Yxy65.18430.24710.3719
Hunter Lab80.7368-45.53167.4611
CIE-Lab84.5786-48.76583.4697

#4aebcb color RGB value is (74,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11001011
Octal 112 353 313
Decimal 74 235 203
Hex 4A EB CB

RGB Percentages of Color #4aebcb

%14.45
%45.90
%39.65

CMYK Percentages of Color #4aebcb

%69
%0
%14
%8

Triadic Colors of #4aebcb

#4aebcb #cb4aeb #ebcb4a

Analogous Colors of #4aebcb

#4aebcb #4abbeb #4aeb7b

Monochromatic Colors of #4aebcb

#4aebcb

Complementary Color

#4aebcb #eb4a6a

#4aebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebcb Color CSS Codes

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

#4aebcb Text Font Color

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

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


#4aebcb Background Color

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

This div background color is #4aebcb


#4aebcb Border Color

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

This div border color is #4aebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebcb


Comments

No comments written yet.

Please login to write comment.