Color Hex Logo

#7bccbd Color Hex

#7BCCBD
(123,204,189)
0 Favorites   0 Comments

Color spaces of #7bccbd

RGB 123204189
HSL0.470.440.64
HSV169°40°80°
CMYK 0.400.000.07   0.20
XYZ38.946651.070855.9491
Yxy51.07080.26680.3499
Hunter Lab71.4638-27.78223.6065
CIE-Lab76.7219-28.2874-0.3268

#7bccbd color RGB value is (123,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 10111101
Octal 173 314 275
Decimal 123 204 189
Hex 7B CC BD

RGB Percentages of Color #7bccbd

%23.84
%39.53
%36.63

CMYK Percentages of Color #7bccbd

%40
%0
%7
%20

Triadic Colors of #7bccbd

#7bccbd #bd7bcc #ccbd7b

Analogous Colors of #7bccbd

#7bccbd #7bb3cc #7bcc95

Monochromatic Colors of #7bccbd

#7bccbd

Complementary Color

#7bccbd #cc7b8a

#7bccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccbd Color CSS Codes

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

#7bccbd Text Font Color

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

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


#7bccbd Background Color

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

This div background color is #7bccbd


#7bccbd Border Color

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

This div border color is #7bccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccbd


Comments

No comments written yet.

Please login to write comment.