Color Hex Logo

#7accbf Color Hex

#7ACCBF
(122,204,191)
0 Favorites   0 Comments

Color spaces of #7accbf

RGB 122204191
HSL0.470.450.64
HSV170°40°80°
CMYK 0.400.000.06   0.20
XYZ39.022951.084957.0939
Yxy51.08490.26510.3470
Hunter Lab71.4737-27.62232.6702
CIE-Lab76.7304-28.0818-1.3973

#7accbf color RGB value is (122,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 10111111
Octal 172 314 277
Decimal 122 204 191
Hex 7A CC BF

RGB Percentages of Color #7accbf

%23.60
%39.46
%36.94

CMYK Percentages of Color #7accbf

%40
%0
%6
%20

Triadic Colors of #7accbf

#7accbf #bf7acc #ccbf7a

Analogous Colors of #7accbf

#7accbf #7ab0cc #7acc96

Monochromatic Colors of #7accbf

#7accbf

Complementary Color

#7accbf #cc7a87

#7accbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accbf Color CSS Codes

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

#7accbf Text Font Color

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

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


#7accbf Background Color

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

This div background color is #7accbf


#7accbf Border Color

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

This div border color is #7accbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accbf


Comments

No comments written yet.

Please login to write comment.