Color Hex Logo

#4cfbeb Color Hex

#4CFBEB
(76,251,235)
0 Favorites   0 Comments

Color spaces of #4cfbeb

RGB 76251235
HSL0.480.960.64
HSV175°70°98°
CMYK 0.700.000.06   0.02
XYZ52.473176.529090.6032
Yxy76.52900.23890.3485
Hunter Lab87.4809-46.0229-0.1696
CIE-Lab90.1044-47.1713-5.1769

#4cfbeb color RGB value is (76,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11101011
Octal 114 373 353
Decimal 76 251 235
Hex 4C FB EB

RGB Percentages of Color #4cfbeb

%13.52
%44.66
%41.81

CMYK Percentages of Color #4cfbeb

%70
%0
%6
%2

Triadic Colors of #4cfbeb

#4cfbeb #eb4cfb #fbeb4c

Analogous Colors of #4cfbeb

#4cfbeb #4cb4fb #4cfb94

Monochromatic Colors of #4cfbeb

#4cfbeb

Complementary Color

#4cfbeb #fb4c5c

#4cfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbeb Color CSS Codes

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

#4cfbeb Text Font Color

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

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


#4cfbeb Background Color

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

This div background color is #4cfbeb


#4cfbeb Border Color

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

This div border color is #4cfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbeb


Comments

No comments written yet.

Please login to write comment.