Color Hex Logo

#4afbbc Color Hex

#4AFBBC
(74,251,188)
0 Favorites   0 Comments

Color spaces of #4afbbc

RGB 74251188
HSL0.440.960.64
HSV159°71°98°
CMYK 0.710.000.25   0.02
XYZ46.398374.081059.4306
Yxy74.08100.25790.4118
Hunter Lab86.0703-54.398319.3101
CIE-Lab88.9608-58.723917.5187

#4afbbc color RGB value is (74,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 10111100
Octal 112 373 274
Decimal 74 251 188
Hex 4A FB BC

RGB Percentages of Color #4afbbc

%14.42
%48.93
%36.65

CMYK Percentages of Color #4afbbc

%71
%0
%25
%2

Triadic Colors of #4afbbc

#4afbbc #bc4afb #fbbc4a

Analogous Colors of #4afbbc

#4afbbc #4ae2fb #4afb64

Monochromatic Colors of #4afbbc

#4afbbc

Complementary Color

#4afbbc #fb4a89

#4afbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbbc Color CSS Codes

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

#4afbbc Text Font Color

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

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


#4afbbc Background Color

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

This div background color is #4afbbc


#4afbbc Border Color

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

This div border color is #4afbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.