Color Hex Logo

#4cfece Color Hex

#4CFECE
(76,254,206)
0 Favorites   0 Comments

Color spaces of #4cfece

RGB 76254206
HSL0.460.990.65
HSV164°70°100°
CMYK 0.700.000.19   0.00
XYZ49.562976.876470.6189
Yxy76.87640.25150.3901
Hunter Lab87.6792-52.536913.6219
CIE-Lab90.2647-55.589810.0938

#4cfece color RGB value is (76,254,206).

#4cfece hex color red value is 76, green value is 254 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4cfece hue: 0.46 , saturation: 0.99 and the lightness value of 4cfece is 0.65.

The process color (four color CMYK) of #4cfece color hex is 0.70, 0.00, 0.19, 0.00. Web safe color of #4cfece is #33ffcc. Color #4cfece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111110 11001110
Octal 114 376 316
Decimal 76 254 206
Hex 4C FE CE

RGB Percentages of Color #4cfece

%14.18
%47.39
%38.43

CMYK Percentages of Color #4cfece

%70
%0
%19
%0

Triadic Colors of #4cfece

#4cfece #ce4cfe #fece4c

Analogous Colors of #4cfece

#4cfece #4cd5fe #4cfe75

Monochromatic Colors of #4cfece

#4cfece

Complementary Color

#4cfece #fe4c7c

#4cfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfece Color CSS Codes

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

#4cfece Text Font Color

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

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


#4cfece Background Color

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

This div background color is #4cfece


#4cfece Border Color

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

This div border color is #4cfece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,254,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 #4cfece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfece


Comments

No comments written yet.

Please login to write comment.