Color Hex Logo

#4aeefb Color Hex

#4AEEFB
(74,238,251)
0 Favorites   0 Comments

Color spaces of #4aeefb

RGB 74238251
HSL0.510.960.64
HSV184°71°98°
CMYK 0.710.050.00   0.02
XYZ50.811269.5700102.0171
Yxy69.57000.22850.3128
Hunter Lab83.4086-37.2258-14.1316
CIE-Lab86.7855-37.2427-18.4881

#4aeefb color RGB value is (74,238,251).

#4aeefb hex color red value is 74, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4aeefb hue: 0.51 , saturation: 0.96 and the lightness value of 4aeefb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 11111011
Octal 112 356 373
Decimal 74 238 251
Hex 4A EE FB

RGB Percentages of Color #4aeefb

%13.14
%42.27
%44.58

CMYK Percentages of Color #4aeefb

%71
%5
%0
%2

Triadic Colors of #4aeefb

#4aeefb #fb4aee #eefb4a

Analogous Colors of #4aeefb

#4aeefb #4a96fb #4afbb0

Monochromatic Colors of #4aeefb

#4aeefb

Complementary Color

#4aeefb #fb574a

#4aeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeefb Color CSS Codes

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

#4aeefb Text Font Color

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

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


#4aeefb Background Color

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

This div background color is #4aeefb


#4aeefb Border Color

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

This div border color is #4aeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeefb


Comments

No comments written yet.

Please login to write comment.