Color Hex Logo

#7cbbcd Color Hex

#7CBBCD
(124,187,205)
0 Favorites   0 Comments

Color spaces of #7cbbcd

RGB 124187205
HSL0.540.450.65
HSV193°40°80°
CMYK 0.400.090.00   0.20
XYZ37.101944.233564.3400
Yxy44.23350.25470.3036
Hunter Lab66.5083-16.8125-10.8013
CIE-Lab72.3843-15.5494-15.4436

#7cbbcd color RGB value is (124,187,205).

#7cbbcd hex color red value is 124, green value is 187 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7cbbcd hue: 0.54 , saturation: 0.45 and the lightness value of 7cbbcd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11001101
Octal 174 273 315
Decimal 124 187 205
Hex 7C BB CD

RGB Percentages of Color #7cbbcd

%24.03
%36.24
%39.73

CMYK Percentages of Color #7cbbcd

%40
%9
%0
%20

Triadic Colors of #7cbbcd

#7cbbcd #cd7cbb #bbcd7c

Analogous Colors of #7cbbcd

#7cbbcd #7c93cd #7ccdb7

Monochromatic Colors of #7cbbcd

#7cbbcd

Complementary Color

#7cbbcd #cd8e7c

#7cbbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbcd Color CSS Codes

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

#7cbbcd Text Font Color

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

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


#7cbbcd Background Color

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

This div background color is #7cbbcd


#7cbbcd Border Color

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

This div border color is #7cbbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbcd


Comments

No comments written yet.

Please login to write comment.