Color Hex Logo

#7abcbe Color Hex

#7ABCBE
(122,188,190)
0 Favorites   0 Comments

Color spaces of #7abcbe

RGB 122188190
HSL0.500.340.61
HSV182°36°75°
CMYK 0.360.010.00   0.25
XYZ35.303543.821755.3129
Yxy43.82170.26260.3260
Hunter Lab66.1980-20.6520-3.2023
CIE-Lab72.1092-20.3657-7.6702

#7abcbe color RGB value is (122,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10111110
Octal 172 274 276
Decimal 122 188 190
Hex 7A BC BE

RGB Percentages of Color #7abcbe

%24.40
%37.60
%38.00

CMYK Percentages of Color #7abcbe

%36
%1
%0
%25

Triadic Colors of #7abcbe

#7abcbe #be7abc #bcbe7a

Analogous Colors of #7abcbe

#7abcbe #7a9abe #7abe9e

Monochromatic Colors of #7abcbe

#7abcbe

Complementary Color

#7abcbe #be7c7a

#7abcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcbe Color CSS Codes

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

#7abcbe Text Font Color

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

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


#7abcbe Background Color

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

This div background color is #7abcbe


#7abcbe Border Color

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

This div border color is #7abcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcbe


Comments

No comments written yet.

Please login to write comment.