Color Hex Logo

#7abdcd Color Hex

#7ABDCD
(122,189,205)
0 Favorites   0 Comments

Color spaces of #7abdcd

RGB 122189205
HSL0.530.450.64
HSV192°40°80°
CMYK 0.400.080.00   0.20
XYZ37.243144.940564.4691
Yxy44.94050.25400.3064
Hunter Lab67.0377-18.1494-10.0919
CIE-Lab72.8527-17.1054-14.7482

#7abdcd color RGB value is (122,189,205).

#7abdcd hex color red value is 122, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7abdcd hue: 0.53 , saturation: 0.45 and the lightness value of 7abdcd is 0.64.

The process color (four color CMYK) of #7abdcd color hex is 0.40, 0.08, 0.00, 0.20. Web safe color of #7abdcd is #66cccc. Color #7abdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11001101
Octal 172 275 315
Decimal 122 189 205
Hex 7A BD CD

RGB Percentages of Color #7abdcd

%23.64
%36.63
%39.73

CMYK Percentages of Color #7abdcd

%40
%8
%0
%20

Triadic Colors of #7abdcd

#7abdcd #cd7abd #bdcd7a

Analogous Colors of #7abdcd

#7abdcd #7a94cd #7acdb4

Monochromatic Colors of #7abdcd

#7abdcd

Complementary Color

#7abdcd #cd8a7a

#7abdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdcd Color CSS Codes

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

#7abdcd Text Font Color

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

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


#7abdcd Background Color

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

This div background color is #7abdcd


#7abdcd Border Color

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

This div border color is #7abdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdcd


Comments

No comments written yet.

Please login to write comment.