Color Hex Logo

#4cfdbc Color Hex

#4CFDBC
(76,253,188)
0 Favorites   0 Comments

Color spaces of #4cfdbc

RGB 76253188
HSL0.440.980.65
HSV158°70°99°
CMYK 0.700.000.26   0.01
XYZ47.182975.417959.6473
Yxy75.41790.25890.4138
Hunter Lab86.8435-54.995320.0679
CIE-Lab89.5884-59.222418.4024

#4cfdbc color RGB value is (76,253,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 10111100
Octal 114 375 274
Decimal 76 253 188
Hex 4C FD BC

RGB Percentages of Color #4cfdbc

%14.70
%48.94
%36.36

CMYK Percentages of Color #4cfdbc

%70
%0
%26
%1

Triadic Colors of #4cfdbc

#4cfdbc #bc4cfd #fdbc4c

Analogous Colors of #4cfdbc

#4cfdbc #4ce6fd #4cfd64

Monochromatic Colors of #4cfdbc

#4cfdbc

Complementary Color

#4cfdbc #fd4c8d

#4cfdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfdbc Color CSS Codes

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

#4cfdbc Text Font Color

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

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


#4cfdbc Background Color

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

This div background color is #4cfdbc


#4cfdbc Border Color

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

This div border color is #4cfdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfdbc


Comments

No comments written yet.

Please login to write comment.