Color Hex Logo

#4aeaeb Color Hex

#4AEAEB
(74,234,235)
0 Favorites   0 Comments

Color spaces of #4aeaeb

RGB 74234235
HSL0.500.800.61
HSV180°69°92°
CMYK 0.690.000.00   0.08
XYZ47.242366.299688.9044
Yxy66.29960.23340.3275
Hunter Lab81.4246-38.9278-7.7393
CIE-Lab85.1490-39.9211-12.5375

#4aeaeb color RGB value is (74,234,235).

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

The process color (four color CMYK) of #4aeaeb color hex is 0.69, 0.00, 0.00, 0.08. Web safe color of #4aeaeb is #33ffff. Color #4aeaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 11101011
Octal 112 352 353
Decimal 74 234 235
Hex 4A EA EB

RGB Percentages of Color #4aeaeb

%13.63
%43.09
%43.28

CMYK Percentages of Color #4aeaeb

%69
%0
%0
%8

Triadic Colors of #4aeaeb

#4aeaeb #eb4aea #eaeb4a

Analogous Colors of #4aeaeb

#4aeaeb #4a9aeb #4aeb9c

Monochromatic Colors of #4aeaeb

#4aeaeb

Complementary Color

#4aeaeb #eb4b4a

#4aeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeaeb Color CSS Codes

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

#4aeaeb Text Font Color

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

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


#4aeaeb Background Color

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

This div background color is #4aeaeb


#4aeaeb Border Color

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

This div border color is #4aeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeaeb


Comments

No comments written yet.

Please login to write comment.