Color Hex Logo

#4bffcc Color Hex

#4BFFCC
(75,255,204)
0 Favorites   0 Comments

Color spaces of #4bffcc

RGB 75255204
HSL0.451.000.65
HSV163°71°100°
CMYK 0.710.000.20   0.00
XYZ49.560777.375569.4496
Yxy77.37550.25240.3940
Hunter Lab87.9633-53.364614.7632
CIE-Lab90.4942-56.584811.4502

#4bffcc color RGB value is (75,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111111 11001100
Octal 113 377 314
Decimal 75 255 204
Hex 4B FF CC

RGB Percentages of Color #4bffcc

%14.04
%47.75
%38.20

CMYK Percentages of Color #4bffcc

%71
%0
%20
%0

Triadic Colors of #4bffcc

#4bffcc #cc4bff #ffcc4b

Analogous Colors of #4bffcc

#4bffcc #4bd8ff #4bff72

Monochromatic Colors of #4bffcc

#4bffcc

Complementary Color

#4bffcc #ff4b7e

#4bffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bffcc Color CSS Codes

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

#4bffcc Text Font Color

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

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


#4bffcc Background Color

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

This div background color is #4bffcc


#4bffcc Border Color

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

This div border color is #4bffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.