Color Hex Logo

#7acabc Color Hex

#7ACABC
(122,202,188)
0 Favorites   0 Comments

Color spaces of #7acabc

RGB 122202188
HSL0.470.430.64
HSV170°40°79°
CMYK 0.400.000.07   0.21
XYZ38.223750.009555.2151
Yxy50.00950.26650.3486
Hunter Lab70.7174-27.27383.2094
CIE-Lab76.0751-27.8116-0.7383

#7acabc color RGB value is (122,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 10111100
Octal 172 312 274
Decimal 122 202 188
Hex 7A CA BC

RGB Percentages of Color #7acabc

%23.83
%39.45
%36.72

CMYK Percentages of Color #7acabc

%40
%0
%7
%21

Triadic Colors of #7acabc

#7acabc #bc7aca #cabc7a

Analogous Colors of #7acabc

#7acabc #7ab0ca #7aca94

Monochromatic Colors of #7acabc

#7acabc

Complementary Color

#7acabc #ca7a88

#7acabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acabc Color CSS Codes

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

#7acabc Text Font Color

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

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


#7acabc Background Color

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

This div background color is #7acabc


#7acabc Border Color

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

This div border color is #7acabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acabc

#7acabc Color Palettes


Comments

No comments written yet.

Please login to write comment.