Color Hex Logo

#4aecca Color Hex

#4AECCA
(74,236,202)
0 Favorites   0 Comments

Color spaces of #4aecca

RGB 74236202
HSL0.470.810.61
HSV167°69°93°
CMYK 0.690.000.14   0.07
XYZ43.480265.711066.2690
Yxy65.71100.24780.3745
Hunter Lab81.0623-46.11538.2736
CIE-Lab84.8488-49.43264.3862

#4aecca color RGB value is (74,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11001010
Octal 112 354 312
Decimal 74 236 202
Hex 4A EC CA

RGB Percentages of Color #4aecca

%14.45
%46.09
%39.45

CMYK Percentages of Color #4aecca

%69
%0
%14
%7

Triadic Colors of #4aecca

#4aecca #ca4aec #ecca4a

Analogous Colors of #4aecca

#4aecca #4abdec #4aec79

Monochromatic Colors of #4aecca

#4aecca

Complementary Color

#4aecca #ec4a6c

#4aecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecca Color CSS Codes

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

#4aecca Text Font Color

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

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


#4aecca Background Color

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

This div background color is #4aecca


#4aecca Border Color

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

This div border color is #4aecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecca


Comments

No comments written yet.

Please login to write comment.