Color Hex Logo

#7cbcb7 Color Hex

#7CBCB7
(124,188,183)
0 Favorites   0 Comments

Color spaces of #7cbcb7

RGB 124188183
HSL0.490.320.61
HSV175°34°74°
CMYK 0.340.000.03   0.26
XYZ34.842643.670451.3926
Yxy43.67040.26820.3362
Hunter Lab66.0836-21.53210.1492
CIE-Lab72.0076-21.4990-3.9824

#7cbcb7 color RGB value is (124,188,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 10110111
Octal 174 274 267
Decimal 124 188 183
Hex 7C BC B7

RGB Percentages of Color #7cbcb7

%25.05
%37.98
%36.97

CMYK Percentages of Color #7cbcb7

%34
%0
%3
%26

Triadic Colors of #7cbcb7

#7cbcb7 #b77cbc #bcb77c

Analogous Colors of #7cbcb7

#7cbcb7 #7ca1bc #7cbc97

Monochromatic Colors of #7cbcb7

#7cbcb7

Complementary Color

#7cbcb7 #bc7c81

#7cbcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcb7 Color CSS Codes

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

#7cbcb7 Text Font Color

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

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


#7cbcb7 Background Color

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

This div background color is #7cbcb7


#7cbcb7 Border Color

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

This div border color is #7cbcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcb7


Comments

No comments written yet.

Please login to write comment.