Color Hex Logo

#7bbbdd Color Hex

#7BBBDD
(123,187,221)
0 Favorites   0 Comments

Color spaces of #7bbbdd

RGB 123187221
HSL0.560.590.67
HSV201°44°87°
CMYK 0.440.150.00   0.13
XYZ38.989844.972175.0321
Yxy44.97210.24520.2829
Hunter Lab67.0612-13.5762-19.3943
CIE-Lab72.8735-11.5624-23.4247

#7bbbdd color RGB value is (123,187,221).

#7bbbdd hex color red value is 123, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7bbbdd hue: 0.56 , saturation: 0.59 and the lightness value of 7bbbdd is 0.67.

The process color (four color CMYK) of #7bbbdd color hex is 0.44, 0.15, 0.00, 0.13. Web safe color of #7bbbdd is #66cccc. Color #7bbbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11011101
Octal 173 273 335
Decimal 123 187 221
Hex 7B BB DD

RGB Percentages of Color #7bbbdd

%23.16
%35.22
%41.62

CMYK Percentages of Color #7bbbdd

%44
%15
%0
%13

Triadic Colors of #7bbbdd

#7bbbdd #dd7bbb #bbdd7b

Analogous Colors of #7bbbdd

#7bbbdd #7b8add #7bddce

Monochromatic Colors of #7bbbdd

#7bbbdd

Complementary Color

#7bbbdd #dd9d7b

#7bbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbdd Color CSS Codes

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

#7bbbdd Text Font Color

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

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


#7bbbdd Background Color

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

This div background color is #7bbbdd


#7bbbdd Border Color

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

This div border color is #7bbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbdd


Comments

No comments written yet.

Please login to write comment.