Color Hex Logo

#7bccbc Color Hex

#7BCCBC
(123,204,188)
0 Favorites   0 Comments

Color spaces of #7bccbc

RGB 123204188
HSL0.470.440.64
HSV168°40°80°
CMYK 0.400.000.08   0.20
XYZ38.838351.027555.3793
Yxy51.02750.26740.3513
Hunter Lab71.4335-27.95854.0385
CIE-Lab76.6957-28.51890.1737

#7bccbc color RGB value is (123,204,188).

#7bccbc hex color red value is 123, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7bccbc hue: 0.47 , saturation: 0.44 and the lightness value of 7bccbc is 0.64.

The process color (four color CMYK) of #7bccbc color hex is 0.40, 0.00, 0.08, 0.20. Web safe color of #7bccbc is #66cccc. Color #7bccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 10111100
Octal 173 314 274
Decimal 123 204 188
Hex 7B CC BC

RGB Percentages of Color #7bccbc

%23.88
%39.61
%36.50

CMYK Percentages of Color #7bccbc

%40
%0
%8
%20

Triadic Colors of #7bccbc

#7bccbc #bc7bcc #ccbc7b

Analogous Colors of #7bccbc

#7bccbc #7bb4cc #7bcc94

Monochromatic Colors of #7bccbc

#7bccbc

Complementary Color

#7bccbc #cc7b8b

#7bccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccbc Color CSS Codes

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

#7bccbc Text Font Color

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

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


#7bccbc Background Color

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

This div background color is #7bccbc


#7bccbc Border Color

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

This div border color is #7bccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccbc


Comments

No comments written yet.

Please login to write comment.