Color Hex Logo

#7ad2bd Color Hex

#7AD2BD
(122,210,189)
0 Favorites   0 Comments

Color spaces of #7ad2bd

RGB 122210189
HSL0.460.490.65
HSV166°42°82°
CMYK 0.420.000.10   0.18
XYZ40.257953.904956.4270
Yxy53.90490.26730.3580
Hunter Lab73.4200-30.60915.8266
CIE-Lab78.4062-31.42552.1225

#7ad2bd color RGB value is (122,210,189).

#7ad2bd hex color red value is 122, green value is 210 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ad2bd hue: 0.46 , saturation: 0.49 and the lightness value of 7ad2bd is 0.65.

The process color (four color CMYK) of #7ad2bd color hex is 0.42, 0.00, 0.10, 0.18. Web safe color of #7ad2bd is #66cccc. Color #7ad2bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010010 10111101
Octal 172 322 275
Decimal 122 210 189
Hex 7A D2 BD

RGB Percentages of Color #7ad2bd

%23.42
%40.31
%36.28

CMYK Percentages of Color #7ad2bd

%42
%0
%10
%18

Triadic Colors of #7ad2bd

#7ad2bd #bd7ad2 #d2bd7a

Analogous Colors of #7ad2bd

#7ad2bd #7abbd2 #7ad291

Monochromatic Colors of #7ad2bd

#7ad2bd

Complementary Color

#7ad2bd #d27a8f

#7ad2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad2bd Color CSS Codes

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

#7ad2bd Text Font Color

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

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


#7ad2bd Background Color

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

This div background color is #7ad2bd


#7ad2bd Border Color

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

This div border color is #7ad2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad2bd


Comments

No comments written yet.

Please login to write comment.