Color Hex Logo

#79cfbc Color Hex

#79CFBC
(121,207,188)
0 Favorites   0 Comments

Color spaces of #79cfbc

RGB 121207188
HSL0.460.470.64
HSV167°42°81°
CMYK 0.420.000.09   0.19
XYZ39.275152.321455.6060
Yxy52.32140.26680.3554
Hunter Lab72.3335-29.66315.0546
CIE-Lab77.4726-30.48211.2958

#79cfbc color RGB value is (121,207,188).

#79cfbc hex color red value is 121, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #79cfbc hue: 0.46 , saturation: 0.47 and the lightness value of 79cfbc is 0.64.

The process color (four color CMYK) of #79cfbc color hex is 0.42, 0.00, 0.09, 0.19. Web safe color of #79cfbc is #66cccc. Color #79cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001111 10111100
Octal 171 317 274
Decimal 121 207 188
Hex 79 CF BC

RGB Percentages of Color #79cfbc

%23.45
%40.12
%36.43

CMYK Percentages of Color #79cfbc

%42
%0
%9
%19

Triadic Colors of #79cfbc

#79cfbc #bc79cf #cfbc79

Analogous Colors of #79cfbc

#79cfbc #79b7cf #79cf91

Monochromatic Colors of #79cfbc

#79cfbc

Complementary Color

#79cfbc #cf798c

#79cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cfbc Color CSS Codes

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

#79cfbc Text Font Color

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

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


#79cfbc Background Color

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

This div background color is #79cfbc


#79cfbc Border Color

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

This div border color is #79cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cfbc


Comments

No comments written yet.

Please login to write comment.