Color Hex Logo

#7bbadb Color Hex

#7BBADB
(123,186,219)
0 Favorites   0 Comments

Color spaces of #7bbadb

RGB 123186219
HSL0.560.570.67
HSV201°44°86°
CMYK 0.440.150.00   0.14
XYZ38.513544.443273.5664
Yxy44.44320.24610.2839
Hunter Lab66.6657-13.5437-18.7612
CIE-Lab72.5237-11.5737-22.8699

#7bbadb color RGB value is (123,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11011011
Octal 173 272 333
Decimal 123 186 219
Hex 7B BA DB

RGB Percentages of Color #7bbadb

%23.30
%35.23
%41.48

CMYK Percentages of Color #7bbadb

%44
%15
%0
%14

Triadic Colors of #7bbadb

#7bbadb #db7bba #badb7b

Analogous Colors of #7bbadb

#7bbadb #7b8adb #7bdbcc

Monochromatic Colors of #7bbadb

#7bbadb

Complementary Color

#7bbadb #db9c7b

#7bbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbadb Color CSS Codes

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

#7bbadb Text Font Color

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

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


#7bbadb Background Color

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

This div background color is #7bbadb


#7bbadb Border Color

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

This div border color is #7bbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbadb


Comments

No comments written yet.

Please login to write comment.