Color Hex Logo

#4afbee Color Hex

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

Color spaces of #4afbee

RGB 74251238
HSL0.490.960.64
HSV176°71°98°
CMYK 0.710.000.05   0.02
XYZ52.753876.623392.8983
Yxy76.62330.23730.3447
Hunter Lab87.5347-45.6107-1.6486
CIE-Lab90.1479-46.6289-6.6769

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

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

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

Base Numbers

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

RGB Percentages of Color #4afbee

%13.14
%44.58
%42.27

CMYK Percentages of Color #4afbee

%71
%0
%5
%2

Triadic Colors of #4afbee

#4afbee #ee4afb #fbee4a

Analogous Colors of #4afbee

#4afbee #4ab0fb #4afb96

Monochromatic Colors of #4afbee

#4afbee

Complementary Color

#4afbee #fb4a57

#4afbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbee Color CSS Codes

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

#4afbee Text Font Color

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

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


#4afbee Background Color

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

This div background color is #4afbee


#4afbee Border Color

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

This div border color is #4afbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,251,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 #4afbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbee


Comments

No comments written yet.

Please login to write comment.