Color Hex Logo

#4cfcea Color Hex

#4CFCEA
(76,252,234)
0 Favorites   0 Comments

Color spaces of #4cfcea

RGB 76252234
HSL0.480.970.64
HSV174°70°99°
CMYK 0.700.000.07   0.01
XYZ52.642277.097889.9487
Yxy77.09780.23960.3509
Hunter Lab87.8054-46.64270.7265
CIE-Lab90.3666-47.8614-4.2707

#4cfcea color RGB value is (76,252,234).

#4cfcea hex color red value is 76, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4cfcea hue: 0.48 , saturation: 0.97 and the lightness value of 4cfcea is 0.64.

The process color (four color CMYK) of #4cfcea color hex is 0.70, 0.00, 0.07, 0.01. Web safe color of #4cfcea is #33ffff. Color #4cfcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11101010
Octal 114 374 352
Decimal 76 252 234
Hex 4C FC EA

RGB Percentages of Color #4cfcea

%13.52
%44.84
%41.64

CMYK Percentages of Color #4cfcea

%70
%0
%7
%1

Triadic Colors of #4cfcea

#4cfcea #ea4cfc #fcea4c

Analogous Colors of #4cfcea

#4cfcea #4cb6fc #4cfc92

Monochromatic Colors of #4cfcea

#4cfcea

Complementary Color

#4cfcea #fc4c5e

#4cfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcea Color CSS Codes

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

#4cfcea Text Font Color

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

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


#4cfcea Background Color

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

This div background color is #4cfcea


#4cfcea Border Color

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

This div border color is #4cfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcea

Related Colors


Comments

No comments written yet.

Please login to write comment.