Color Hex Logo

#7cbccb Color Hex

#7CBCCB
(124,188,203)
0 Favorites   0 Comments

Color spaces of #7cbccb

RGB 124188203
HSL0.530.430.64
HSV191°39°80°
CMYK 0.390.070.00   0.20
XYZ37.074944.563363.1474
Yxy44.56330.25610.3078
Hunter Lab66.7557-17.6870-9.3562
CIE-Lab72.6034-16.5825-14.0223

#7cbccb color RGB value is (124,188,203).

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

The process color (four color CMYK) of #7cbccb color hex is 0.39, 0.07, 0.00, 0.20. Web safe color of #7cbccb is #66cccc. Color #7cbccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11001011
Octal 174 274 313
Decimal 124 188 203
Hex 7C BC CB

RGB Percentages of Color #7cbccb

%24.08
%36.50
%39.42

CMYK Percentages of Color #7cbccb

%39
%7
%0
%20

Triadic Colors of #7cbccb

#7cbccb #cb7cbc #bccb7c

Analogous Colors of #7cbccb

#7cbccb #7c95cb #7ccbb3

Monochromatic Colors of #7cbccb

#7cbccb

Complementary Color

#7cbccb #cb8b7c

#7cbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbccb Color CSS Codes

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

#7cbccb Text Font Color

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

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


#7cbccb Background Color

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

This div background color is #7cbccb


#7cbccb Border Color

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

This div border color is #7cbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbccb


Comments

No comments written yet.

Please login to write comment.