Color Hex Logo

#4cfdbd Color Hex

#4CFDBD
(76,253,189)
0 Favorites   0 Comments

Color spaces of #4cfdbd

RGB 76253189
HSL0.440.980.65
HSV158°70°99°
CMYK 0.700.000.25   0.01
XYZ47.291175.461260.2171
Yxy75.46120.25850.4124
Hunter Lab86.8684-54.844419.7081
CIE-Lab89.6086-59.007117.9178

#4cfdbd color RGB value is (76,253,189).

#4cfdbd hex color red value is 76, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cfdbd hue: 0.44 , saturation: 0.98 and the lightness value of 4cfdbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 10111101
Octal 114 375 275
Decimal 76 253 189
Hex 4C FD BD

RGB Percentages of Color #4cfdbd

%14.67
%48.84
%36.49

CMYK Percentages of Color #4cfdbd

%70
%0
%25
%1

Triadic Colors of #4cfdbd

#4cfdbd #bd4cfd #fdbd4c

Analogous Colors of #4cfdbd

#4cfdbd #4ce5fd #4cfd65

Monochromatic Colors of #4cfdbd

#4cfdbd

Complementary Color

#4cfdbd #fd4c8c

#4cfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfdbd Color CSS Codes

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

#4cfdbd Text Font Color

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

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


#4cfdbd Background Color

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

This div background color is #4cfdbd


#4cfdbd Border Color

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

This div border color is #4cfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfdbd


Comments

No comments written yet.

Please login to write comment.