Color Hex Logo

#7acabb Color Hex

#7ACABB
(122,202,187)
0 Favorites   0 Comments

Color spaces of #7acabb

RGB 122202187
HSL0.470.430.64
HSV169°40°79°
CMYK 0.400.000.07   0.21
XYZ38.116249.966554.6493
Yxy49.96650.26700.3501
Hunter Lab70.6870-27.45053.6428
CIE-Lab76.0487-28.0441-0.2372

#7acabb color RGB value is (122,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 10111011
Octal 172 312 273
Decimal 122 202 187
Hex 7A CA BB

RGB Percentages of Color #7acabb

%23.87
%39.53
%36.59

CMYK Percentages of Color #7acabb

%40
%0
%7
%21

Triadic Colors of #7acabb

#7acabb #bb7aca #cabb7a

Analogous Colors of #7acabb

#7acabb #7ab1ca #7aca93

Monochromatic Colors of #7acabb

#7acabb

Complementary Color

#7acabb #ca7a89

#7acabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acabb Color CSS Codes

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

#7acabb Text Font Color

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

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


#7acabb Background Color

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

This div background color is #7acabb


#7acabb Border Color

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

This div border color is #7acabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acabb


Comments

No comments written yet.

Please login to write comment.