Color Hex Logo

#4afaff Color Hex

#4AFAFF
(74,250,255)
0 Favorites   0 Comments

Color spaces of #4afaff

RGB 74250255
HSL0.501.000.65
HSV182°71°100°
CMYK 0.710.020.00   0.00
XYZ55.059677.0471106.5774
Yxy77.04710.23070.3228
Hunter Lab87.7765-41.6410-10.5458
CIE-Lab90.3433-41.5694-15.2278

#4afaff color RGB value is (74,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11111111
Octal 112 372 377
Decimal 74 250 255
Hex 4A FA FF

RGB Percentages of Color #4afaff

%12.78
%43.18
%44.04

CMYK Percentages of Color #4afaff

%71
%2
%0
%0

Triadic Colors of #4afaff

#4afaff #ff4afa #faff4a

Analogous Colors of #4afaff

#4afaff #4aa0ff #4affaa

Monochromatic Colors of #4afaff

#4afaff

Complementary Color

#4afaff #ff4f4a

#4afaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afaff Color CSS Codes

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

#4afaff Text Font Color

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

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


#4afaff Background Color

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

This div background color is #4afaff


#4afaff Border Color

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

This div border color is #4afaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afaff

Related Colors


Comments

No comments written yet.

Please login to write comment.