Color Hex Logo

#4affbf Color Hex

#4AFFBF
(74,255,191)
0 Favorites   0 Comments

Color spaces of #4affbf

RGB 74255191
HSL0.441.000.65
HSV159°71°100°
CMYK 0.710.000.25   0.00
XYZ47.988076.737461.5728
Yxy76.73740.25760.4119
Hunter Lab87.5999-55.515919.6458
CIE-Lab90.2006-59.622217.7156

#4affbf color RGB value is (74,255,191).

#4affbf hex color red value is 74, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4affbf hue: 0.44 , saturation: 1.00 and the lightness value of 4affbf is 0.65.

The process color (four color CMYK) of #4affbf color hex is 0.71, 0.00, 0.25, 0.00. Web safe color of #4affbf is #33ffcc. Color #4affbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 10111111
Octal 112 377 277
Decimal 74 255 191
Hex 4A FF BF

RGB Percentages of Color #4affbf

%14.23
%49.04
%36.73

CMYK Percentages of Color #4affbf

%71
%0
%25
%0

Triadic Colors of #4affbf

#4affbf #bf4aff #ffbf4a

Analogous Colors of #4affbf

#4affbf #4ae5ff #4aff65

Monochromatic Colors of #4affbf

#4affbf

Complementary Color

#4affbf #ff4a8a

#4affbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affbf Color CSS Codes

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

#4affbf Text Font Color

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

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


#4affbf Background Color

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

This div background color is #4affbf


#4affbf Border Color

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

This div border color is #4affbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affbf

Related Colors


Comments

No comments written yet.

Please login to write comment.