Color Hex Logo

#4affbb Color Hex

#4AFFBB
(74,255,187)
0 Favorites   0 Comments

Color spaces of #4affbb

RGB 74255187
HSL0.441.000.65
HSV157°71°100°
CMYK 0.710.000.27   0.00
XYZ47.553776.563759.2856
Yxy76.56370.25930.4175
Hunter Lab87.5007-56.117421.0789
CIE-Lab90.1204-60.481319.6511

#4affbb color RGB value is (74,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 10111011
Octal 112 377 273
Decimal 74 255 187
Hex 4A FF BB

RGB Percentages of Color #4affbb

%14.34
%49.42
%36.24

CMYK Percentages of Color #4affbb

%71
%0
%27
%0

Triadic Colors of #4affbb

#4affbb #bb4aff #ffbb4a

Analogous Colors of #4affbb

#4affbb #4ae9ff #4aff61

Monochromatic Colors of #4affbb

#4affbb

Complementary Color

#4affbb #ff4a8e

#4affbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affbb Color CSS Codes

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

#4affbb Text Font Color

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

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


#4affbb Background Color

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

This div background color is #4affbb


#4affbb Border Color

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

This div border color is #4affbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affbb


Comments

No comments written yet.

Please login to write comment.