Color Hex Logo

#4cfbed Color Hex

#4CFBED
(76,251,237)
0 Favorites   0 Comments

Color spaces of #4cfbed

RGB 76251237
HSL0.490.960.64
HSV175°70°98°
CMYK 0.700.000.06   0.02
XYZ52.763776.645392.1338
Yxy76.64530.23820.3460
Hunter Lab87.5473-45.6280-1.1130
CIE-Lab90.1581-46.6470-6.1376

#4cfbed color RGB value is (76,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11101101
Octal 114 373 355
Decimal 76 251 237
Hex 4C FB ED

RGB Percentages of Color #4cfbed

%13.48
%44.50
%42.02

CMYK Percentages of Color #4cfbed

%70
%0
%6
%2

Triadic Colors of #4cfbed

#4cfbed #ed4cfb #fbed4c

Analogous Colors of #4cfbed

#4cfbed #4cb2fb #4cfb96

Monochromatic Colors of #4cfbed

#4cfbed

Complementary Color

#4cfbed #fb4c5a

#4cfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbed Color CSS Codes

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

#4cfbed Text Font Color

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

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


#4cfbed Background Color

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

This div background color is #4cfbed


#4cfbed Border Color

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

This div border color is #4cfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbed


Comments

No comments written yet.

Please login to write comment.