Color Hex Logo

#4affbe Color Hex

#4AFFBE
(74,255,190)
0 Favorites   0 Comments

Color spaces of #4affbe

RGB 74255190
HSL0.441.000.65
HSV158°71°100°
CMYK 0.710.000.25   0.00
XYZ47.878376.693660.9951
Yxy76.69360.25800.4133
Hunter Lab87.5749-55.667820.0075
CIE-Lab90.1804-59.838718.1997

#4affbe color RGB value is (74,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 10111110
Octal 112 377 276
Decimal 74 255 190
Hex 4A FF BE

RGB Percentages of Color #4affbe

%14.26
%49.13
%36.61

CMYK Percentages of Color #4affbe

%71
%0
%25
%0

Triadic Colors of #4affbe

#4affbe #be4aff #ffbe4a

Analogous Colors of #4affbe

#4affbe #4ae6ff #4aff64

Monochromatic Colors of #4affbe

#4affbe

Complementary Color

#4affbe #ff4a8b

#4affbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affbe Color CSS Codes

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

#4affbe Text Font Color

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

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


#4affbe Background Color

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

This div background color is #4affbe


#4affbe Border Color

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

This div border color is #4affbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affbe

Related Colors


Comments

No comments written yet.

Please login to write comment.