Color Hex Logo

#7abcb8 Color Hex

#7ABCB8
(122,188,184)
0 Favorites   0 Comments

Color spaces of #7abcb8

RGB 122188184
HSL0.490.330.61
HSV176°35°74°
CMYK 0.350.000.02   0.26
XYZ34.661043.564751.9294
Yxy43.56470.26630.3347
Hunter Lab66.0036-21.7690-0.4449
CIE-Lab71.9366-21.8155-4.6452

#7abcb8 color RGB value is (122,188,184).

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

The process color (four color CMYK) of #7abcb8 color hex is 0.35, 0.00, 0.02, 0.26. Web safe color of #7abcb8 is #66cccc. Color #7abcb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10111000
Octal 172 274 270
Decimal 122 188 184
Hex 7A BC B8

RGB Percentages of Color #7abcb8

%24.70
%38.06
%37.25

CMYK Percentages of Color #7abcb8

%35
%0
%2
%26

Triadic Colors of #7abcb8

#7abcb8 #b87abc #bcb87a

Analogous Colors of #7abcb8

#7abcb8 #7a9fbc #7abc97

Monochromatic Colors of #7abcb8

#7abcb8

Complementary Color

#7abcb8 #bc7a7e

#7abcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcb8 Color CSS Codes

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

#7abcb8 Text Font Color

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

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


#7abcb8 Background Color

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

This div background color is #7abcb8


#7abcb8 Border Color

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

This div border color is #7abcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcb8


Comments

No comments written yet.

Please login to write comment.