Color Hex Logo

#7bbbdf Color Hex

#7BBBDF
(123,187,223)
0 Favorites   0 Comments

Color spaces of #7bbbdf

RGB 123187223
HSL0.560.610.68
HSV202°45°87°
CMYK 0.450.160.00   0.13
XYZ39.258045.079376.4441
Yxy45.07930.24420.2804
Hunter Lab67.1411-13.1264-20.5064
CIE-Lab72.9441-11.0166-24.4043

#7bbbdf color RGB value is (123,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11011111
Octal 173 273 337
Decimal 123 187 223
Hex 7B BB DF

RGB Percentages of Color #7bbbdf

%23.08
%35.08
%41.84

CMYK Percentages of Color #7bbbdf

%45
%16
%0
%13

Triadic Colors of #7bbbdf

#7bbbdf #df7bbb #bbdf7b

Analogous Colors of #7bbbdf

#7bbbdf #7b89df #7bdfd1

Monochromatic Colors of #7bbbdf

#7bbbdf

Complementary Color

#7bbbdf #df9f7b

#7bbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbdf Color CSS Codes

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

#7bbbdf Text Font Color

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

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


#7bbbdf Background Color

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

This div background color is #7bbbdf


#7bbbdf Border Color

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

This div border color is #7bbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbdf


Comments

No comments written yet.

Please login to write comment.