Color Hex Logo

#7acbbe Color Hex

#7ACBBE
(122,203,190)
0 Favorites   0 Comments

Color spaces of #7acbbe

RGB 122203190
HSL0.470.440.64
HSV170°40°80°
CMYK 0.400.000.06   0.20
XYZ38.676250.567256.4372
Yxy50.56720.26550.3471
Hunter Lab71.1106-27.35962.7217
CIE-Lab76.4161-27.8308-1.3185

#7acbbe color RGB value is (122,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 10111110
Octal 172 313 276
Decimal 122 203 190
Hex 7A CB BE

RGB Percentages of Color #7acbbe

%23.69
%39.42
%36.89

CMYK Percentages of Color #7acbbe

%40
%0
%6
%20

Triadic Colors of #7acbbe

#7acbbe #be7acb #cbbe7a

Analogous Colors of #7acbbe

#7acbbe #7ab0cb #7acb96

Monochromatic Colors of #7acbbe

#7acbbe

Complementary Color

#7acbbe #cb7a87

#7acbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbbe Color CSS Codes

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

#7acbbe Text Font Color

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

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


#7acbbe Background Color

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

This div background color is #7acbbe


#7acbbe Border Color

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

This div border color is #7acbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbbe


Comments

No comments written yet.

Please login to write comment.