Color Hex Logo

#7bbadc Color Hex

#7BBADC
(123,186,220)
0 Favorites   0 Comments

Color spaces of #7bbadc

RGB 123186220
HSL0.560.580.67
HSV201°44°86°
CMYK 0.440.150.00   0.14
XYZ38.645644.496174.2619
Yxy44.49610.24550.2827
Hunter Lab66.7054-13.3209-19.3127
CIE-Lab72.5589-11.3025-23.3607

#7bbadc color RGB value is (123,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11011100
Octal 173 272 334
Decimal 123 186 220
Hex 7B BA DC

RGB Percentages of Color #7bbadc

%23.25
%35.16
%41.59

CMYK Percentages of Color #7bbadc

%44
%15
%0
%14

Triadic Colors of #7bbadc

#7bbadc #dc7bba #badc7b

Analogous Colors of #7bbadc

#7bbadc #7b8adc #7bdcce

Monochromatic Colors of #7bbadc

#7bbadc

Complementary Color

#7bbadc #dc9d7b

#7bbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbadc Color CSS Codes

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

#7bbadc Text Font Color

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

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


#7bbadc Background Color

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

This div background color is #7bbadc


#7bbadc Border Color

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

This div border color is #7bbadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,186,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 #7bbadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbadc


Comments

No comments written yet.

Please login to write comment.