Color Hex Logo

#4cfcef Color Hex

#4CFCEF
(76,252,239)
0 Favorites   0 Comments

Color spaces of #4cfcef

RGB 76252239
HSL0.490.970.64
HSV176°70°99°
CMYK 0.700.000.05   0.01
XYZ53.370977.389393.7860
Yxy77.38930.23770.3446
Hunter Lab87.9712-45.6561-1.6292
CIE-Lab90.5005-46.5525-6.6714

#4cfcef color RGB value is (76,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11101111
Octal 114 374 357
Decimal 76 252 239
Hex 4C FC EF

RGB Percentages of Color #4cfcef

%13.40
%44.44
%42.15

CMYK Percentages of Color #4cfcef

%70
%0
%5
%1

Triadic Colors of #4cfcef

#4cfcef #ef4cfc #fcef4c

Analogous Colors of #4cfcef

#4cfcef #4cb1fc #4cfc97

Monochromatic Colors of #4cfcef

#4cfcef

Complementary Color

#4cfcef #fc4c59

#4cfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcef Color CSS Codes

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

#4cfcef Text Font Color

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

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


#4cfcef Background Color

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

This div background color is #4cfcef


#4cfcef Border Color

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

This div border color is #4cfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcef

Related Colors


Comments

No comments written yet.

Please login to write comment.