Color Hex Logo

#4aebef Color Hex

#4AEBEF
(74,235,239)
0 Favorites   0 Comments

Color spaces of #4aebef

RGB 74235239
HSL0.500.840.61
HSV181°69°94°
CMYK 0.690.020.00   0.06
XYZ48.112467.104592.0780
Yxy67.10450.23210.3237
Hunter Lab81.9173-38.5172-9.3019
CIE-Lab85.5567-39.2616-14.0329

#4aebef color RGB value is (74,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 11101111
Octal 112 353 357
Decimal 74 235 239
Hex 4A EB EF

RGB Percentages of Color #4aebef

%13.50
%42.88
%43.61

CMYK Percentages of Color #4aebef

%69
%2
%0
%6

Triadic Colors of #4aebef

#4aebef #ef4aeb #ebef4a

Analogous Colors of #4aebef

#4aebef #4a99ef #4aefa1

Monochromatic Colors of #4aebef

#4aebef

Complementary Color

#4aebef #ef4e4a

#4aebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebef Color CSS Codes

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

#4aebef Text Font Color

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

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


#4aebef Background Color

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

This div background color is #4aebef


#4aebef Border Color

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

This div border color is #4aebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebef


Comments

No comments written yet.

Please login to write comment.