Color Hex Logo

#7bbbd0 Color Hex

#7BBBD0
(123,187,208)
0 Favorites   0 Comments

Color spaces of #7bbbd0

RGB 123187208
HSL0.540.470.65
HSV195°41°82°
CMYK 0.410.100.00   0.18
XYZ37.323944.305766.2592
Yxy44.30570.25240.2996
Hunter Lab66.5625-16.3933-12.4260
CIE-Lab72.4324-15.0291-17.0131

#7bbbd0 color RGB value is (123,187,208).

#7bbbd0 hex color red value is 123, green value is 187 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #7bbbd0 hue: 0.54 , saturation: 0.47 and the lightness value of 7bbbd0 is 0.65.

The process color (four color CMYK) of #7bbbd0 color hex is 0.41, 0.10, 0.00, 0.18. Web safe color of #7bbbd0 is #66cccc. Color #7bbbd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11010000
Octal 173 273 320
Decimal 123 187 208
Hex 7B BB D0

RGB Percentages of Color #7bbbd0

%23.75
%36.10
%40.15

CMYK Percentages of Color #7bbbd0

%41
%10
%0
%18

Triadic Colors of #7bbbd0

#7bbbd0 #d07bbb #bbd07b

Analogous Colors of #7bbbd0

#7bbbd0 #7b91d0 #7bd0bb

Monochromatic Colors of #7bbbd0

#7bbbd0

Complementary Color

#7bbbd0 #d0907b

#7bbbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbd0 Color CSS Codes

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

#7bbbd0 Text Font Color

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

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


#7bbbd0 Background Color

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

This div background color is #7bbbd0


#7bbbd0 Border Color

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

This div border color is #7bbbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbd0

#7bbbd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.