Color Hex Logo

#4feece Color Hex

#4FEECE
(79,238,206)
0 Favorites   0 Comments

Color spaces of #4feece

RGB 79238206
HSL0.470.820.62
HSV168°67°93°
CMYK 0.670.000.13   0.07
XYZ44.939667.267669.0079
Yxy67.26760.24800.3712
Hunter Lab82.0168-45.72377.5259
CIE-Lab85.6389-48.57533.4449

#4feece color RGB value is (79,238,206).

#4feece hex color red value is 79, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4feece hue: 0.47 , saturation: 0.82 and the lightness value of 4feece is 0.62.

The process color (four color CMYK) of #4feece color hex is 0.67, 0.00, 0.13, 0.07. Web safe color of #4feece is #66ffcc. Color #4feece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101110 11001110
Octal 117 356 316
Decimal 79 238 206
Hex 4F EE CE

RGB Percentages of Color #4feece

%15.11
%45.51
%39.39

CMYK Percentages of Color #4feece

%67
%0
%13
%7

Triadic Colors of #4feece

#4feece #ce4fee #eece4f

Analogous Colors of #4feece

#4feece #4fbfee #4fee7f

Monochromatic Colors of #4feece

#4feece

Complementary Color

#4feece #ee4f6f

#4feece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feece Color CSS Codes

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

#4feece Text Font Color

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

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


#4feece Background Color

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

This div background color is #4feece


#4feece Border Color

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

This div border color is #4feece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feece


Comments

No comments written yet.

Please login to write comment.