Color Hex Logo

#4aebcc Color Hex

#4AEBCC
(74,235,204)
0 Favorites   0 Comments

Color spaces of #4aebcc

RGB 74235204
HSL0.470.800.61
HSV168°69°92°
CMYK 0.690.000.13   0.08
XYZ43.431565.232167.4287
Yxy65.23210.24660.3704
Hunter Lab80.7664-45.35427.0376
CIE-Lab84.6032-48.51792.9798

#4aebcc color RGB value is (74,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11001100
Octal 112 353 314
Decimal 74 235 204
Hex 4A EB CC

RGB Percentages of Color #4aebcc

%14.42
%45.81
%39.77

CMYK Percentages of Color #4aebcc

%69
%0
%13
%8

Triadic Colors of #4aebcc

#4aebcc #cc4aeb #ebcc4a

Analogous Colors of #4aebcc

#4aebcc #4abaeb #4aeb7c

Monochromatic Colors of #4aebcc

#4aebcc

Complementary Color

#4aebcc #eb4a69

#4aebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebcc Color CSS Codes

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

#4aebcc Text Font Color

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

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


#4aebcc Background Color

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

This div background color is #4aebcc


#4aebcc Border Color

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

This div border color is #4aebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebcc


Comments

No comments written yet.

Please login to write comment.