Color Hex Logo

#7bbdcc Color Hex

#7BBDCC
(123,189,204)
0 Favorites   0 Comments

Color spaces of #7bbdcc

RGB 123189204
HSL0.530.440.64
HSV191°40°80°
CMYK 0.400.070.00   0.20
XYZ37.265144.965863.8419
Yxy44.96580.25510.3078
Hunter Lab67.0565-18.1518-9.5081
CIE-Lab72.8694-17.1052-14.1730

#7bbdcc color RGB value is (123,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 11001100
Octal 173 275 314
Decimal 123 189 204
Hex 7B BD CC

RGB Percentages of Color #7bbdcc

%23.84
%36.63
%39.53

CMYK Percentages of Color #7bbdcc

%40
%7
%0
%20

Triadic Colors of #7bbdcc

#7bbdcc #cc7bbd #bdcc7b

Analogous Colors of #7bbdcc

#7bbdcc #7b95cc #7bccb3

Monochromatic Colors of #7bbdcc

#7bbdcc

Complementary Color

#7bbdcc #cc8a7b

#7bbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbdcc Color CSS Codes

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

#7bbdcc Text Font Color

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

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


#7bbdcc Background Color

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

This div background color is #7bbdcc


#7bbdcc Border Color

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

This div border color is #7bbdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbdcc


Comments

No comments written yet.

Please login to write comment.