Color Hex Logo

#7bbdbc Color Hex

#7BBDBC
(123,189,188)
0 Favorites   0 Comments

Color spaces of #7bbdbc

RGB 123189188
HSL0.500.330.61
HSV179°35°74°
CMYK 0.350.000.01   0.26
XYZ35.443144.237054.2475
Yxy44.23700.26460.3303
Hunter Lab66.5109-21.2729-1.8004
CIE-Lab72.3866-21.0885-6.1606

#7bbdbc color RGB value is (123,189,188).

#7bbdbc hex color red value is 123, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7bbdbc hue: 0.50 , saturation: 0.33 and the lightness value of 7bbdbc is 0.61.

The process color (four color CMYK) of #7bbdbc color hex is 0.35, 0.00, 0.01, 0.26. Web safe color of #7bbdbc is #66cccc. Color #7bbdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 10111100
Octal 173 275 274
Decimal 123 189 188
Hex 7B BD BC

RGB Percentages of Color #7bbdbc

%24.60
%37.80
%37.60

CMYK Percentages of Color #7bbdbc

%35
%0
%1
%26

Triadic Colors of #7bbdbc

#7bbdbc #bc7bbd #bdbc7b

Analogous Colors of #7bbdbc

#7bbdbc #7b9dbd #7bbd9b

Monochromatic Colors of #7bbdbc

#7bbdbc

Complementary Color

#7bbdbc #bd7b7c

#7bbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbdbc Color CSS Codes

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

#7bbdbc Text Font Color

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

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


#7bbdbc Background Color

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

This div background color is #7bbdbc


#7bbdbc Border Color

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

This div border color is #7bbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbdbc


Comments

No comments written yet.

Please login to write comment.