Color Hex Logo

#7cbcbf Color Hex

#7CBCBF
(124,188,191)
0 Favorites   0 Comments

Color spaces of #7cbcbf

RGB 124188191
HSL0.510.340.62
HSV183°35°75°
CMYK 0.350.020.00   0.25
XYZ35.699444.013155.9040
Yxy44.01310.26320.3245
Hunter Lab66.3424-20.0468-3.5216
CIE-Lab72.2373-19.5792-8.0158

#7cbcbf color RGB value is (124,188,191).

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

The process color (four color CMYK) of #7cbcbf color hex is 0.35, 0.02, 0.00, 0.25. Web safe color of #7cbcbf is #66cccc. Color #7cbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 10111111
Octal 174 274 277
Decimal 124 188 191
Hex 7C BC BF

RGB Percentages of Color #7cbcbf

%24.65
%37.38
%37.97

CMYK Percentages of Color #7cbcbf

%35
%2
%0
%25

Triadic Colors of #7cbcbf

#7cbcbf #bf7cbc #bcbf7c

Analogous Colors of #7cbcbf

#7cbcbf #7c9bbf #7cbfa1

Monochromatic Colors of #7cbcbf

#7cbcbf

Complementary Color

#7cbcbf #bf7f7c

#7cbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcbf Color CSS Codes

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

#7cbcbf Text Font Color

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

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


#7cbcbf Background Color

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

This div background color is #7cbcbf


#7cbcbf Border Color

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

This div border color is #7cbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcbf


Comments

No comments written yet.

Please login to write comment.