Color Hex Logo

#4cfaeb Color Hex

#4CFAEB
(76,250,235)
0 Favorites   0 Comments

Color spaces of #4cfaeb

RGB 76250235
HSL0.490.950.64
HSV175°70°98°
CMYK 0.700.000.06   0.02
XYZ52.161575.905990.4994
Yxy75.90590.23870.3473
Hunter Lab87.1240-45.5983-0.6003
CIE-Lab89.8156-46.7402-5.6028

#4cfaeb color RGB value is (76,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111010 11101011
Octal 114 372 353
Decimal 76 250 235
Hex 4C FA EB

RGB Percentages of Color #4cfaeb

%13.55
%44.56
%41.89

CMYK Percentages of Color #4cfaeb

%70
%0
%6
%2

Triadic Colors of #4cfaeb

#4cfaeb #eb4cfa #faeb4c

Analogous Colors of #4cfaeb

#4cfaeb #4cb2fa #4cfa94

Monochromatic Colors of #4cfaeb

#4cfaeb

Complementary Color

#4cfaeb #fa4c5b

#4cfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfaeb Color CSS Codes

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

#4cfaeb Text Font Color

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

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


#4cfaeb Background Color

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

This div background color is #4cfaeb


#4cfaeb Border Color

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

This div border color is #4cfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfaeb


Comments

No comments written yet.

Please login to write comment.