Color Hex Logo

#4feaca Color Hex

#4FEACA
(79,234,202)
0 Favorites   0 Comments

Color spaces of #4feaca

RGB 79234202
HSL0.470.790.61
HSV168°66°92°
CMYK 0.660.000.14   0.08
XYZ43.307964.772266.0968
Yxy64.77220.24860.3719
Hunter Lab80.4812-44.78907.6437
CIE-Lab84.3662-47.86213.7011

#4feaca color RGB value is (79,234,202).

#4feaca hex color red value is 79, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4feaca hue: 0.47 , saturation: 0.79 and the lightness value of 4feaca is 0.61.

The process color (four color CMYK) of #4feaca color hex is 0.66, 0.00, 0.14, 0.08. Web safe color of #4feaca is #66ffcc. Color #4feaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 11001010
Octal 117 352 312
Decimal 79 234 202
Hex 4F EA CA

RGB Percentages of Color #4feaca

%15.34
%45.44
%39.22

CMYK Percentages of Color #4feaca

%66
%0
%14
%8

Triadic Colors of #4feaca

#4feaca #ca4fea #eaca4f

Analogous Colors of #4feaca

#4feaca #4fbdea #4fea7d

Monochromatic Colors of #4feaca

#4feaca

Complementary Color

#4feaca #ea4f6f

#4feaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feaca Color CSS Codes

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

#4feaca Text Font Color

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

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


#4feaca Background Color

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

This div background color is #4feaca


#4feaca Border Color

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

This div border color is #4feaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feaca


Comments

No comments written yet.

Please login to write comment.