Color Hex Logo

#7abebf Color Hex

#7ABEBF
(122,190,191)
0 Favorites   0 Comments

Color spaces of #7abebf

RGB 122190191
HSL0.500.350.61
HSV181°36°75°
CMYK 0.360.010.00   0.25
XYZ35.843544.726156.0341
Yxy44.72610.26240.3274
Hunter Lab66.8776-21.3674-2.8625
CIE-Lab72.7112-21.1373-7.3228

#7abebf color RGB value is (122,190,191).

#7abebf hex color red value is 122, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7abebf hue: 0.50 , saturation: 0.35 and the lightness value of 7abebf is 0.61.

The process color (four color CMYK) of #7abebf color hex is 0.36, 0.01, 0.00, 0.25. Web safe color of #7abebf is #66cccc. Color #7abebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 10111111
Octal 172 276 277
Decimal 122 190 191
Hex 7A BE BF

RGB Percentages of Color #7abebf

%24.25
%37.77
%37.97

CMYK Percentages of Color #7abebf

%36
%1
%0
%25

Triadic Colors of #7abebf

#7abebf #bf7abe #bebf7a

Analogous Colors of #7abebf

#7abebf #7a9cbf #7abf9e

Monochromatic Colors of #7abebf

#7abebf

Complementary Color

#7abebf #bf7b7a

#7abebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abebf Color CSS Codes

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

#7abebf Text Font Color

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

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


#7abebf Background Color

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

This div background color is #7abebf


#7abebf Border Color

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

This div border color is #7abebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abebf


Comments

No comments written yet.

Please login to write comment.