Color Hex Logo

#7bbccd Color Hex

#7BBCCD
(123,188,205)
0 Favorites   0 Comments

Color spaces of #7bbccd

RGB 123188205
HSL0.530.450.64
HSV192°40°80°
CMYK 0.400.080.00   0.20
XYZ37.171044.585264.4043
Yxy44.58520.25430.3050
Hunter Lab66.7721-17.4831-10.4470
CIE-Lab72.6179-16.3297-15.0967

#7bbccd color RGB value is (123,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11001101
Octal 173 274 315
Decimal 123 188 205
Hex 7B BC CD

RGB Percentages of Color #7bbccd

%23.84
%36.43
%39.73

CMYK Percentages of Color #7bbccd

%40
%8
%0
%20

Triadic Colors of #7bbccd

#7bbccd #cd7bbc #bccd7b

Analogous Colors of #7bbccd

#7bbccd #7b93cd #7bcdb5

Monochromatic Colors of #7bbccd

#7bbccd

Complementary Color

#7bbccd #cd8c7b

#7bbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbccd Color CSS Codes

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

#7bbccd Text Font Color

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

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


#7bbccd Background Color

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

This div background color is #7bbccd


#7bbccd Border Color

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

This div border color is #7bbccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,188,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 #7bbccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbccd


Comments

No comments written yet.

Please login to write comment.