Color Hex Logo

#7cbcab Color Hex

#7CBCAB
(124,188,171)
0 Favorites   0 Comments

Color spaces of #7cbcab

RGB 124188171
HSL0.460.320.61
HSV164°34°74°
CMYK 0.340.000.09   0.26
XYZ33.646143.191845.0916
Yxy43.19180.27590.3542
Hunter Lab65.7205-23.62645.3247
CIE-Lab71.6850-24.25212.1047

#7cbcab color RGB value is (124,188,171).

#7cbcab hex color red value is 124, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7cbcab hue: 0.46 , saturation: 0.32 and the lightness value of 7cbcab is 0.61.

The process color (four color CMYK) of #7cbcab color hex is 0.34, 0.00, 0.09, 0.26. Web safe color of #7cbcab is #66cc99. Color #7cbcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 10101011
Octal 174 274 253
Decimal 124 188 171
Hex 7C BC AB

RGB Percentages of Color #7cbcab

%25.67
%38.92
%35.40

CMYK Percentages of Color #7cbcab

%34
%0
%9
%26

Triadic Colors of #7cbcab

#7cbcab #ab7cbc #bcab7c

Analogous Colors of #7cbcab

#7cbcab #7cadbc #7cbc8b

Monochromatic Colors of #7cbcab

#7cbcab

Complementary Color

#7cbcab #bc7c8d

#7cbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcab Color CSS Codes

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

#7cbcab Text Font Color

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

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


#7cbcab Background Color

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

This div background color is #7cbcab


#7cbcab Border Color

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

This div border color is #7cbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcab


Comments

No comments written yet.

Please login to write comment.