Color Hex Logo

#7bdfbd Color Hex

#7BDFBD
(123,223,189)
0 Favorites   0 Comments

Color spaces of #7bdfbd

RGB 123223189
HSL0.440.610.68
HSV160°45°87°
CMYK 0.450.000.15   0.13
XYZ43.741460.660457.5473
Yxy60.66040.27010.3746
Hunter Lab77.8848-36.049810.7113
CIE-Lab82.1958-37.22767.6001

#7bdfbd color RGB value is (123,223,189).

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

The process color (four color CMYK) of #7bdfbd color hex is 0.45, 0.00, 0.15, 0.13. Web safe color of #7bdfbd is #66cccc. Color #7bdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 10111101
Octal 173 337 275
Decimal 123 223 189
Hex 7B DF BD

RGB Percentages of Color #7bdfbd

%22.99
%41.68
%35.33

CMYK Percentages of Color #7bdfbd

%45
%0
%15
%13

Triadic Colors of #7bdfbd

#7bdfbd #bd7bdf #dfbd7b

Analogous Colors of #7bdfbd

#7bdfbd #7bcfdf #7bdf8b

Monochromatic Colors of #7bdfbd

#7bdfbd

Complementary Color

#7bdfbd #df7b9d

#7bdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdfbd Color CSS Codes

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

#7bdfbd Text Font Color

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

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


#7bdfbd Background Color

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

This div background color is #7bdfbd


#7bdfbd Border Color

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

This div border color is #7bdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdfbd


Comments

No comments written yet.

Please login to write comment.