Color Hex Logo

#7adbcb Color Hex

#7ADBCB
(122,219,203)
0 Favorites   0 Comments

Color spaces of #7adbcb

RGB 122219203
HSL0.470.570.67
HSV170°44°86°
CMYK 0.440.000.07   0.14
XYZ44.137059.112465.5835
Yxy59.11240.26140.3501
Hunter Lab76.8846-32.07693.2441
CIE-Lab81.3533-32.4359-1.0540

#7adbcb color RGB value is (122,219,203).

#7adbcb hex color red value is 122, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7adbcb hue: 0.47 , saturation: 0.57 and the lightness value of 7adbcb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11001011
Octal 172 333 313
Decimal 122 219 203
Hex 7A DB CB

RGB Percentages of Color #7adbcb

%22.43
%40.26
%37.32

CMYK Percentages of Color #7adbcb

%44
%0
%7
%14

Triadic Colors of #7adbcb

#7adbcb #cb7adb #dbcb7a

Analogous Colors of #7adbcb

#7adbcb #7abbdb #7adb9b

Monochromatic Colors of #7adbcb

#7adbcb

Complementary Color

#7adbcb #db7a8a

#7adbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbcb Color CSS Codes

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

#7adbcb Text Font Color

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

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


#7adbcb Background Color

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

This div background color is #7adbcb


#7adbcb Border Color

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

This div border color is #7adbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,219,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbcb


Comments

No comments written yet.

Please login to write comment.