Color Hex Logo

#79fcbc Color Hex

#79FCBC
(121,252,188)
0 Favorites   0 Comments

Color spaces of #79fcbc

RGB 121252188
HSL0.420.960.73
HSV151°52°99°
CMYK 0.520.000.25   0.01
XYZ51.772777.316659.7718
Yxy77.31660.27410.4094
Hunter Lab87.9299-48.777321.2475
CIE-Lab90.4671-50.568019.8037

#79fcbc color RGB value is (121,252,188).

#79fcbc hex color red value is 121, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #79fcbc hue: 0.42 , saturation: 0.96 and the lightness value of 79fcbc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111100 10111100
Octal 171 374 274
Decimal 121 252 188
Hex 79 FC BC

RGB Percentages of Color #79fcbc

%21.57
%44.92
%33.51

CMYK Percentages of Color #79fcbc

%52
%0
%25
%1

Triadic Colors of #79fcbc

#79fcbc #bc79fc #fcbc79

Analogous Colors of #79fcbc

#79fcbc #79fbfc #79fc7b

Monochromatic Colors of #79fcbc

#79fcbc

Complementary Color

#79fcbc #fc79b9

#79fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79fcbc Color CSS Codes

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

#79fcbc Text Font Color

<p style="color:#79fcbc">Text here</p>

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


#79fcbc Background Color

<div style="background-color:#79fcbc">
Div content here</div>

This div background color is #79fcbc


#79fcbc Border Color

<div style="border:3px solid #79fcbc">
Div here</div>

This div border color is #79fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79fcbc


Comments

No comments written yet.

Please login to write comment.