Color Hex Logo

#4acecb Color Hex

#4ACECB
(74,206,203)
0 Favorites   0 Comments

Color spaces of #4acecb

RGB 74206203
HSL0.500.570.55
HSV179°64°81°
CMYK 0.640.000.01   0.19
XYZ35.674849.910364.2533
Yxy49.91030.23810.3331
Hunter Lab70.6472-33.4953-4.4709
CIE-Lab76.0142-35.9419-9.1097

#4acecb color RGB value is (74,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11001011
Octal 112 316 313
Decimal 74 206 203
Hex 4A CE CB

RGB Percentages of Color #4acecb

%15.32
%42.65
%42.03

CMYK Percentages of Color #4acecb

%64
%0
%1
%19

Triadic Colors of #4acecb

#4acecb #cb4ace #cecb4a

Analogous Colors of #4acecb

#4acecb #4a8fce #4ace89

Monochromatic Colors of #4acecb

#4acecb

Complementary Color

#4acecb #ce4a4d

#4acecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acecb Color CSS Codes

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

#4acecb Text Font Color

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

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


#4acecb Background Color

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

This div background color is #4acecb


#4acecb Border Color

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

This div border color is #4acecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acecb


Comments

No comments written yet.

Please login to write comment.