Color Hex Logo

#4cffcb Color Hex

#4CFFCB
(76,255,203)
0 Favorites   0 Comments

Color spaces of #4cffcb

RGB 76255203
HSL0.451.000.65
HSV163°70°100°
CMYK 0.700.000.20   0.00
XYZ49.520077.368368.8235
Yxy77.36830.25300.3953
Hunter Lab87.9593-53.435315.1802
CIE-Lab90.4909-56.680811.9635

#4cffcb color RGB value is (76,255,203).

#4cffcb hex color red value is 76, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4cffcb hue: 0.45 , saturation: 1.00 and the lightness value of 4cffcb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 11001011
Octal 114 377 313
Decimal 76 255 203
Hex 4C FF CB

RGB Percentages of Color #4cffcb

%14.23
%47.75
%38.01

CMYK Percentages of Color #4cffcb

%70
%0
%20
%0

Triadic Colors of #4cffcb

#4cffcb #cb4cff #ffcb4c

Analogous Colors of #4cffcb

#4cffcb #4cdaff #4cff72

Monochromatic Colors of #4cffcb

#4cffcb

Complementary Color

#4cffcb #ff4c80

#4cffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffcb Color CSS Codes

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

#4cffcb Text Font Color

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

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


#4cffcb Background Color

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

This div background color is #4cffcb


#4cffcb Border Color

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

This div border color is #4cffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffcb


Comments

No comments written yet.

Please login to write comment.