Color Hex Logo

#7cbeaf Color Hex

#7CBEAF
(124,190,175)
0 Favorites   0 Comments

Color spaces of #7cbeaf

RGB 124190175
HSL0.460.340.62
HSV166°35°75°
CMYK 0.350.000.08   0.25
XYZ34.463544.207147.2739
Yxy44.20710.27360.3510
Hunter Lab66.4884-23.83134.3861
CIE-Lab72.3667-24.34930.9130

#7cbeaf color RGB value is (124,190,175).

#7cbeaf hex color red value is 124, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7cbeaf hue: 0.46 , saturation: 0.34 and the lightness value of 7cbeaf is 0.62.

The process color (four color CMYK) of #7cbeaf color hex is 0.35, 0.00, 0.08, 0.25. Web safe color of #7cbeaf is #66cc99. Color #7cbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 10101111
Octal 174 276 257
Decimal 124 190 175
Hex 7C BE AF

RGB Percentages of Color #7cbeaf

%25.36
%38.85
%35.79

CMYK Percentages of Color #7cbeaf

%35
%0
%8
%25

Triadic Colors of #7cbeaf

#7cbeaf #af7cbe #beaf7c

Analogous Colors of #7cbeaf

#7cbeaf #7cacbe #7cbe8e

Monochromatic Colors of #7cbeaf

#7cbeaf

Complementary Color

#7cbeaf #be7c8b

#7cbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbeaf Color CSS Codes

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

#7cbeaf Text Font Color

<p style="color:#7cbeaf">Text here</p>

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


#7cbeaf Background Color

<div style="background-color:#7cbeaf">
Div content here</div>

This div background color is #7cbeaf


#7cbeaf Border Color

<div style="border:3px solid #7cbeaf">
Div here</div>

This div border color is #7cbeaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,190,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cbeaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cbeaf;
  -webkit-box-shadow: 1px 1px 3px 2px #7cbeaf;
  box-shadow:         1px 1px 3px 2px #7cbeaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbeaf


Comments

No comments written yet.

Please login to write comment.