Color Hex Logo

#4af1df Color Hex

#4AF1DF
(74,241,223)
0 Favorites   0 Comments

Color spaces of #4af1df

RGB 74241223
HSL0.480.860.62
HSV174°69°95°
CMYK 0.690.000.07   0.05
XYZ47.598669.694280.7556
Yxy69.69420.24030.3519
Hunter Lab83.4831-44.32201.0852
CIE-Lab86.8467-46.2454-3.7152

#4af1df color RGB value is (74,241,223).

#4af1df hex color red value is 74, green value is 241 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4af1df hue: 0.48 , saturation: 0.86 and the lightness value of 4af1df is 0.62.

The process color (four color CMYK) of #4af1df color hex is 0.69, 0.00, 0.07, 0.05. Web safe color of #4af1df is #33ffcc. Color #4af1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11110001 11011111
Octal 112 361 337
Decimal 74 241 223
Hex 4A F1 DF

RGB Percentages of Color #4af1df

%13.75
%44.80
%41.45

CMYK Percentages of Color #4af1df

%69
%0
%7
%5

Triadic Colors of #4af1df

#4af1df #df4af1 #f1df4a

Analogous Colors of #4af1df

#4af1df #4ab0f1 #4af18c

Monochromatic Colors of #4af1df

#4af1df

Complementary Color

#4af1df #f14a5c

#4af1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af1df Color CSS Codes

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

#4af1df Text Font Color

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

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


#4af1df Background Color

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

This div background color is #4af1df


#4af1df Border Color

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

This div border color is #4af1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af1df


Comments

No comments written yet.

Please login to write comment.