Color Hex Logo

#4ffcbc Color Hex

#4FFCBC
(79,252,188)
0 Favorites   0 Comments

Color spaces of #4ffcbc

RGB 79252188
HSL0.440.970.65
HSV158°69°99°
CMYK 0.690.000.25   0.01
XYZ47.112074.913959.5537
Yxy74.91390.25950.4126
Hunter Lab86.5528-54.307219.7918
CIE-Lab89.3526-58.404718.0816

#4ffcbc color RGB value is (79,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111100 10111100
Octal 117 374 274
Decimal 79 252 188
Hex 4F FC BC

RGB Percentages of Color #4ffcbc

%15.22
%48.55
%36.22

CMYK Percentages of Color #4ffcbc

%69
%0
%25
%1

Triadic Colors of #4ffcbc

#4ffcbc #bc4ffc #fcbc4f

Analogous Colors of #4ffcbc

#4ffcbc #4fe6fc #4ffc66

Monochromatic Colors of #4ffcbc

#4ffcbc

Complementary Color

#4ffcbc #fc4f8f

#4ffcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffcbc Color CSS Codes

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

#4ffcbc Text Font Color

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

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


#4ffcbc Background Color

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

This div background color is #4ffcbc


#4ffcbc Border Color

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

This div border color is #4ffcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,252,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 #4ffcbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffcbc


Comments

No comments written yet.

Please login to write comment.