Color Hex Logo

#7bd6ab Color Hex

#7BD6AB
(123,214,171)
0 Favorites   0 Comments

Color spaces of #7bd6ab

RGB 123214171
HSL0.420.530.66
HSV152°43°84°
CMYK 0.430.000.20   0.16
XYZ39.565655.244447.1060
Yxy55.24440.27880.3893
Hunter Lab74.3266-35.052214.4523
CIE-Lab79.1818-36.933512.8427

#7bd6ab color RGB value is (123,214,171).

#7bd6ab hex color red value is 123, green value is 214 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7bd6ab hue: 0.42 , saturation: 0.53 and the lightness value of 7bd6ab is 0.66.

The process color (four color CMYK) of #7bd6ab color hex is 0.43, 0.00, 0.20, 0.16. Web safe color of #7bd6ab is #66cc99. Color #7bd6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010110 10101011
Octal 173 326 253
Decimal 123 214 171
Hex 7B D6 AB

RGB Percentages of Color #7bd6ab

%24.21
%42.13
%33.66

CMYK Percentages of Color #7bd6ab

%43
%0
%20
%16

Triadic Colors of #7bd6ab

#7bd6ab #ab7bd6 #d6ab7b

Analogous Colors of #7bd6ab

#7bd6ab #7bd4d6 #7bd67e

Monochromatic Colors of #7bd6ab

#7bd6ab

Complementary Color

#7bd6ab #d67ba6

#7bd6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd6ab Color CSS Codes

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

#7bd6ab Text Font Color

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

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


#7bd6ab Background Color

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

This div background color is #7bd6ab


#7bd6ab Border Color

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

This div border color is #7bd6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd6ab


Comments

No comments written yet.

Please login to write comment.