Color Hex Logo

#4cfbdd Color Hex

#4CFBDD
(76,251,221)
0 Favorites   0 Comments

Color spaces of #4cfbdd

RGB 76251221
HSL0.470.960.64
HSV170°70°98°
CMYK 0.700.000.12   0.02
XYZ50.528875.751380.3649
Yxy75.75130.24450.3666
Hunter Lab87.0352-48.68246.1786
CIE-Lab89.7437-50.74681.5722

#4cfbdd color RGB value is (76,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11011101
Octal 114 373 335
Decimal 76 251 221
Hex 4C FB DD

RGB Percentages of Color #4cfbdd

%13.87
%45.80
%40.33

CMYK Percentages of Color #4cfbdd

%70
%0
%12
%2

Triadic Colors of #4cfbdd

#4cfbdd #dd4cfb #fbdd4c

Analogous Colors of #4cfbdd

#4cfbdd #4cc2fb #4cfb86

Monochromatic Colors of #4cfbdd

#4cfbdd

Complementary Color

#4cfbdd #fb4c6a

#4cfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbdd Color CSS Codes

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

#4cfbdd Text Font Color

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

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


#4cfbdd Background Color

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

This div background color is #4cfbdd


#4cfbdd Border Color

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

This div border color is #4cfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbdd


Comments

No comments written yet.

Please login to write comment.