Color Hex Logo

#7cb1bc Color Hex

#7CB1BC
(124,177,188)
0 Favorites   0 Comments

Color spaces of #7cb1bc

RGB 124177188
HSL0.530.320.61
HSV190°34°74°
CMYK 0.340.060.00   0.26
XYZ33.111439.360253.4291
Yxy39.36020.26300.3126
Hunter Lab62.7377-15.5831-6.5765
CIE-Lab69.0114-14.6117-11.1786

#7cb1bc color RGB value is (124,177,188).

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

The process color (four color CMYK) of #7cb1bc color hex is 0.34, 0.06, 0.00, 0.26. Web safe color of #7cb1bc is #6699cc. Color #7cb1bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110001 10111100
Octal 174 261 274
Decimal 124 177 188
Hex 7C B1 BC

RGB Percentages of Color #7cb1bc

%25.36
%36.20
%38.45

CMYK Percentages of Color #7cb1bc

%34
%6
%0
%26

Triadic Colors of #7cb1bc

#7cb1bc #bc7cb1 #b1bc7c

Analogous Colors of #7cb1bc

#7cb1bc #7c91bc #7cbca7

Monochromatic Colors of #7cb1bc

#7cb1bc

Complementary Color

#7cb1bc #bc877c

#7cb1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb1bc Color CSS Codes

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

#7cb1bc Text Font Color

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

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


#7cb1bc Background Color

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

This div background color is #7cb1bc


#7cb1bc Border Color

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

This div border color is #7cb1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb1bc


Comments

No comments written yet.

Please login to write comment.