Color Hex Logo

#4aebee Color Hex

#4AEBEE
(74,235,238)
0 Favorites   0 Comments

Color spaces of #4aebee

RGB 74235238
HSL0.500.830.61
HSV181°69°93°
CMYK 0.690.010.00   0.07
XYZ47.965067.045691.3020
Yxy67.04560.23250.3250
Hunter Lab81.8814-38.7295-8.7945
CIE-Lab85.5270-39.5408-13.5514

#4aebee color RGB value is (74,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11101110
Octal 112 353 356
Decimal 74 235 238
Hex 4A EB EE

RGB Percentages of Color #4aebee

%13.53
%42.96
%43.51

CMYK Percentages of Color #4aebee

%69
%1
%0
%7

Triadic Colors of #4aebee

#4aebee #ee4aeb #ebee4a

Analogous Colors of #4aebee

#4aebee #4a99ee #4aee9f

Monochromatic Colors of #4aebee

#4aebee

Complementary Color

#4aebee #ee4d4a

#4aebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebee Color CSS Codes

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

#4aebee Text Font Color

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

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


#4aebee Background Color

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

This div background color is #4aebee


#4aebee Border Color

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

This div border color is #4aebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebee


Comments

No comments written yet.

Please login to write comment.