Color Hex Logo

#4afbfb Color Hex

#4AFBFB
(74,251,251)
0 Favorites   0 Comments

Color spaces of #4afbfb

RGB 74251251
HSL0.500.960.64
HSV180°71°98°
CMYK 0.710.000.00   0.02
XYZ54.733877.4152103.3247
Yxy77.41520.23240.3288
Hunter Lab87.9859-42.9350-8.0360
CIE-Lab90.5124-43.1219-12.8951

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 11111011
Octal 112 373 373
Decimal 74 251 251
Hex 4A FB FB

RGB Percentages of Color #4afbfb

%12.85
%43.58
%43.58

CMYK Percentages of Color #4afbfb

%71
%0
%0
%2

Triadic Colors of #4afbfb

#4afbfb #fb4afb #fbfb4a

Analogous Colors of #4afbfb

#4afbfb #4aa3fb #4afba3

Monochromatic Colors of #4afbfb

#4afbfb

Complementary Color

#4afbfb #fb4a4a

#4afbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbfb Color CSS Codes

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

#4afbfb Text Font Color

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

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


#4afbfb Background Color

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

This div background color is #4afbfb


#4afbfb Border Color

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

This div border color is #4afbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.