Color Hex Logo

#7accbb Color Hex

#7ACCBB
(122,204,187)
0 Favorites   0 Comments

Color spaces of #7accbb

RGB 122204187
HSL0.470.450.64
HSV168°40°80°
CMYK 0.400.000.08   0.20
XYZ38.588550.911254.8067
Yxy50.91120.26740.3528
Hunter Lab71.3521-28.33014.4048
CIE-Lab76.6252-29.01230.6043

#7accbb color RGB value is (122,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 10111011
Octal 172 314 273
Decimal 122 204 187
Hex 7A CC BB

RGB Percentages of Color #7accbb

%23.78
%39.77
%36.45

CMYK Percentages of Color #7accbb

%40
%0
%8
%20

Triadic Colors of #7accbb

#7accbb #bb7acc #ccbb7a

Analogous Colors of #7accbb

#7accbb #7ab4cc #7acc92

Monochromatic Colors of #7accbb

#7accbb

Complementary Color

#7accbb #cc7a8b

#7accbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accbb Color CSS Codes

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

#7accbb Text Font Color

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

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


#7accbb Background Color

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

This div background color is #7accbb


#7accbb Border Color

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

This div border color is #7accbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accbb


Comments

No comments written yet.

Please login to write comment.