Color Hex Logo

#7acebb Color Hex

#7ACEBB
(122,206,187)
0 Favorites   0 Comments

Color spaces of #7acebb

RGB 122206187
HSL0.460.460.64
HSV166°41°81°
CMYK 0.410.000.09   0.19
XYZ39.067051.868054.9662
Yxy51.86800.26780.3555
Hunter Lab72.0194-29.20665.1627
CIE-Lab77.2018-29.97391.4444

#7acebb color RGB value is (122,206,187).

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

The process color (four color CMYK) of #7acebb color hex is 0.41, 0.00, 0.09, 0.19. Web safe color of #7acebb is #66cccc. Color #7acebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 10111011
Octal 172 316 273
Decimal 122 206 187
Hex 7A CE BB

RGB Percentages of Color #7acebb

%23.69
%40.00
%36.31

CMYK Percentages of Color #7acebb

%41
%0
%9
%19

Triadic Colors of #7acebb

#7acebb #bb7ace #cebb7a

Analogous Colors of #7acebb

#7acebb #7ab7ce #7ace91

Monochromatic Colors of #7acebb

#7acebb

Complementary Color

#7acebb #ce7a8d

#7acebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acebb Color CSS Codes

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

#7acebb Text Font Color

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

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


#7acebb Background Color

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

This div background color is #7acebb


#7acebb Border Color

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

This div border color is #7acebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acebb


Comments

No comments written yet.

Please login to write comment.