Color Hex Logo

#7baeae Color Hex

#7BAEAE
(123,174,174)
0 Favorites   0 Comments

Color spaces of #7baeae

RGB 123174174
HSL0.500.240.58
HSV180°29°68°
CMYK 0.290.000.00   0.32
XYZ30.944437.539145.6592
Yxy37.53910.27110.3289
Hunter Lab61.2692-17.0684-1.2959
CIE-Lab67.6795-16.7198-5.4241

#7baeae color RGB value is (123,174,174).

#7baeae hex color red value is 123, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7baeae hue: 0.50 , saturation: 0.24 and the lightness value of 7baeae is 0.58.

The process color (four color CMYK) of #7baeae color hex is 0.29, 0.00, 0.00, 0.32. Web safe color of #7baeae is #669999. Color #7baeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 10101110
Octal 173 256 256
Decimal 123 174 174
Hex 7B AE AE

RGB Percentages of Color #7baeae

%26.11
%36.94
%36.94

CMYK Percentages of Color #7baeae

%29
%0
%0
%32

Triadic Colors of #7baeae

#7baeae #ae7bae #aeae7b

Analogous Colors of #7baeae

#7baeae #7b95ae #7bae95

Monochromatic Colors of #7baeae

#7baeae

Complementary Color

#7baeae #ae7b7b

#7baeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baeae Color CSS Codes

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

#7baeae Text Font Color

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

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


#7baeae Background Color

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

This div background color is #7baeae


#7baeae Border Color

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

This div border color is #7baeae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,174,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7baeae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7baeae;
  -webkit-box-shadow: 1px 1px 3px 2px #7baeae;
  box-shadow:         1px 1px 3px 2px #7baeae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baeae


Comments

No comments written yet.

Please login to write comment.