Color Hex Logo

#79cebe Color Hex

#79CEBE
(121,206,190)
0 Favorites   0 Comments

Color spaces of #79cebe

RGB 121206190
HSL0.470.460.64
HSV169°41°81°
CMYK 0.410.000.08   0.19
XYZ39.250751.925356.6690
Yxy51.92530.26550.3512
Hunter Lab72.0592-28.87463.8144
CIE-Lab77.2361-29.5400-0.1242

#79cebe color RGB value is (121,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001110 10111110
Octal 171 316 276
Decimal 121 206 190
Hex 79 CE BE

RGB Percentages of Color #79cebe

%23.40
%39.85
%36.75

CMYK Percentages of Color #79cebe

%41
%0
%8
%19

Triadic Colors of #79cebe

#79cebe #be79ce #cebe79

Analogous Colors of #79cebe

#79cebe #79b4ce #79ce94

Monochromatic Colors of #79cebe

#79cebe

Complementary Color

#79cebe #ce7989

#79cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cebe Color CSS Codes

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

#79cebe Text Font Color

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

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


#79cebe Background Color

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

This div background color is #79cebe


#79cebe Border Color

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

This div border color is #79cebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,206,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cebe


Comments

No comments written yet.

Please login to write comment.