Color Hex Logo

#4ffaeb Color Hex

#4FFAEB
(79,250,235)
0 Favorites   0 Comments

Color spaces of #4ffaeb

RGB 79250235
HSL0.490.940.65
HSV175°68°98°
CMYK 0.680.000.06   0.02
XYZ52.405576.031690.5108
Yxy76.03160.23940.3473
Hunter Lab87.1961-45.3134-0.5066
CIE-Lab89.8740-46.3545-5.5101

#4ffaeb color RGB value is (79,250,235).

#4ffaeb hex color red value is 79, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4ffaeb hue: 0.49 , saturation: 0.94 and the lightness value of 4ffaeb is 0.65.

The process color (four color CMYK) of #4ffaeb color hex is 0.68, 0.00, 0.06, 0.02. Web safe color of #4ffaeb is #66ffff. Color #4ffaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11101011
Octal 117 372 353
Decimal 79 250 235
Hex 4F FA EB

RGB Percentages of Color #4ffaeb

%14.01
%44.33
%41.67

CMYK Percentages of Color #4ffaeb

%68
%0
%6
%2

Triadic Colors of #4ffaeb

#4ffaeb #eb4ffa #faeb4f

Analogous Colors of #4ffaeb

#4ffaeb #4fb4fa #4ffa96

Monochromatic Colors of #4ffaeb

#4ffaeb

Complementary Color

#4ffaeb #fa4f5e

#4ffaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffaeb Color CSS Codes

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

#4ffaeb Text Font Color

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

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


#4ffaeb Background Color

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

This div background color is #4ffaeb


#4ffaeb Border Color

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

This div border color is #4ffaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.