Color Hex Logo

#7bdfbb Color Hex

#7BDFBB
(123,223,187)
0 Favorites   0 Comments

Color spaces of #7bdfbb

RGB 123223187
HSL0.440.610.68
HSV158°45°87°
CMYK 0.450.000.16   0.13
XYZ43.525760.574256.4116
Yxy60.57420.27120.3774
Hunter Lab77.8294-36.376311.5066
CIE-Lab82.1493-37.66268.5907

#7bdfbb color RGB value is (123,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 10111011
Octal 173 337 273
Decimal 123 223 187
Hex 7B DF BB

RGB Percentages of Color #7bdfbb

%23.08
%41.84
%35.08

CMYK Percentages of Color #7bdfbb

%45
%0
%16
%13

Triadic Colors of #7bdfbb

#7bdfbb #bb7bdf #dfbb7b

Analogous Colors of #7bdfbb

#7bdfbb #7bd1df #7bdf89

Monochromatic Colors of #7bdfbb

#7bdfbb

Complementary Color

#7bdfbb #df7b9f

#7bdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdfbb Color CSS Codes

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

#7bdfbb Text Font Color

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

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


#7bdfbb Background Color

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

This div background color is #7bdfbb


#7bdfbb Border Color

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

This div border color is #7bdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdfbb


Comments

No comments written yet.

Please login to write comment.