Color Hex Logo

#7bbbdc Color Hex

#7BBBDC
(123,187,220)
0 Favorites   0 Comments

Color spaces of #7bbbdc

RGB 123187220
HSL0.560.580.67
HSV200°44°86°
CMYK 0.440.150.00   0.14
XYZ38.857044.918974.3324
Yxy44.91890.24580.2841
Hunter Lab67.0216-13.7990-18.8424
CIE-Lab72.8385-11.8335-22.9343

#7bbbdc color RGB value is (123,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11011100
Octal 173 273 334
Decimal 123 187 220
Hex 7B BB DC

RGB Percentages of Color #7bbbdc

%23.21
%35.28
%41.51

CMYK Percentages of Color #7bbbdc

%44
%15
%0
%14

Triadic Colors of #7bbbdc

#7bbbdc #dc7bbb #bbdc7b

Analogous Colors of #7bbbdc

#7bbbdc #7b8bdc #7bdccd

Monochromatic Colors of #7bbbdc

#7bbbdc

Complementary Color

#7bbbdc #dc9c7b

#7bbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbdc Color CSS Codes

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

#7bbbdc Text Font Color

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

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


#7bbbdc Background Color

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

This div background color is #7bbbdc


#7bbbdc Border Color

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

This div border color is #7bbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbdc


Comments

No comments written yet.

Please login to write comment.