Color Hex Logo

#4afbed Color Hex

#4AFBED
(74,251,237)
0 Favorites   0 Comments

Color spaces of #4afbed

RGB 74251237
HSL0.490.960.64
HSV175°71°98°
CMYK 0.710.000.06   0.02
XYZ52.607376.564692.1265
Yxy76.56460.23770.3460
Hunter Lab87.5012-45.8097-1.1732
CIE-Lab90.1208-46.8928-6.1969

#4afbed color RGB value is (74,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 11101101
Octal 112 373 355
Decimal 74 251 237
Hex 4A FB ED

RGB Percentages of Color #4afbed

%13.17
%44.66
%42.17

CMYK Percentages of Color #4afbed

%71
%0
%6
%2

Triadic Colors of #4afbed

#4afbed #ed4afb #fbed4a

Analogous Colors of #4afbed

#4afbed #4ab1fb #4afb95

Monochromatic Colors of #4afbed

#4afbed

Complementary Color

#4afbed #fb4a58

#4afbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbed Color CSS Codes

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

#4afbed Text Font Color

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

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


#4afbed Background Color

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

This div background color is #4afbed


#4afbed Border Color

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

This div border color is #4afbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbed


Comments

No comments written yet.

Please login to write comment.