Color Hex Logo

#4cfeeb Color Hex

#4CFEEB
(76,254,235)
0 Favorites   0 Comments

Color spaces of #4cfeeb

RGB 76254235
HSL0.480.990.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ53.417778.418390.9181
Yxy78.41830.23980.3520
Hunter Lab88.5541-47.29471.1151
CIE-Lab90.9704-48.4576-3.9013

#4cfeeb color RGB value is (76,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111110 11101011
Octal 114 376 353
Decimal 76 254 235
Hex 4C FE EB

RGB Percentages of Color #4cfeeb

%13.45
%44.96
%41.59

CMYK Percentages of Color #4cfeeb

%70
%0
%7
%0

Triadic Colors of #4cfeeb

#4cfeeb #eb4cfe #feeb4c

Analogous Colors of #4cfeeb

#4cfeeb #4cb8fe #4cfe92

Monochromatic Colors of #4cfeeb

#4cfeeb

Complementary Color

#4cfeeb #fe4c5f

#4cfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfeeb Color CSS Codes

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

#4cfeeb Text Font Color

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

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


#4cfeeb Background Color

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

This div background color is #4cfeeb


#4cfeeb Border Color

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

This div border color is #4cfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfeeb


Comments

No comments written yet.

Please login to write comment.