Color Hex Logo

#7bafad Color Hex

#7BAFAD
(123,175,173)
0 Favorites   0 Comments

Color spaces of #7bafad

RGB 123175173
HSL0.490.250.58
HSV178°30°69°
CMYK 0.300.000.01   0.31
XYZ31.041237.888045.2122
Yxy37.88800.27200.3319
Hunter Lab61.5532-17.7009-0.4625
CIE-Lab67.9380-17.4755-4.4884

#7bafad color RGB value is (123,175,173).

#7bafad hex color red value is 123, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7bafad hue: 0.49 , saturation: 0.25 and the lightness value of 7bafad is 0.58.

The process color (four color CMYK) of #7bafad color hex is 0.30, 0.00, 0.01, 0.31. Web safe color of #7bafad is #669999. Color #7bafad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 10101101
Octal 173 257 255
Decimal 123 175 173
Hex 7B AF AD

RGB Percentages of Color #7bafad

%26.11
%37.15
%36.73

CMYK Percentages of Color #7bafad

%30
%0
%1
%31

Triadic Colors of #7bafad

#7bafad #ad7baf #afad7b

Analogous Colors of #7bafad

#7bafad #7b97af #7baf93

Monochromatic Colors of #7bafad

#7bafad

Complementary Color

#7bafad #af7b7d

#7bafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bafad Color CSS Codes

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

#7bafad Text Font Color

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

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


#7bafad Background Color

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

This div background color is #7bafad


#7bafad Border Color

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

This div border color is #7bafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bafad


Comments

No comments written yet.

Please login to write comment.