Color Hex Logo

#4affef Color Hex

#4AFFEF
(74,255,239)
0 Favorites   0 Comments

Color spaces of #4affef

RGB 74255239
HSL0.491.000.65
HSV175°71°100°
CMYK 0.710.000.06   0.00
XYZ54.164079.207894.0953
Yxy79.20780.23810.3482
Hunter Lab88.9988-47.1140-0.3861
CIE-Lab91.3282-48.0871-5.4532

#4affef color RGB value is (74,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11101111
Octal 112 377 357
Decimal 74 255 239
Hex 4A FF EF

RGB Percentages of Color #4affef

%13.03
%44.89
%42.08

CMYK Percentages of Color #4affef

%71
%0
%6
%0

Triadic Colors of #4affef

#4affef #ef4aff #ffef4a

Analogous Colors of #4affef

#4affef #4ab5ff #4aff95

Monochromatic Colors of #4affef

#4affef

Complementary Color

#4affef #ff4a5a

#4affef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affef Color CSS Codes

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

#4affef Text Font Color

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

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


#4affef Background Color

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

This div background color is #4affef


#4affef Border Color

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

This div border color is #4affef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affef

Related Colors


Comments

No comments written yet.

Please login to write comment.