Color Hex Logo

#7abdbc Color Hex

#7ABDBC
(122,189,188)
0 Favorites   0 Comments

Color spaces of #7abdbc

RGB 122189188
HSL0.500.340.61
HSV179°35°74°
CMYK 0.350.000.01   0.26
XYZ35.300744.163654.2408
Yxy44.16360.26400.3303
Hunter Lab66.4557-21.4798-1.8732
CIE-Lab72.3377-21.3603-6.2384

#7abdbc color RGB value is (122,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 10111100
Octal 172 275 274
Decimal 122 189 188
Hex 7A BD BC

RGB Percentages of Color #7abdbc

%24.45
%37.88
%37.68

CMYK Percentages of Color #7abdbc

%35
%0
%1
%26

Triadic Colors of #7abdbc

#7abdbc #bc7abd #bdbc7a

Analogous Colors of #7abdbc

#7abdbc #7a9dbd #7abd9b

Monochromatic Colors of #7abdbc

#7abdbc

Complementary Color

#7abdbc #bd7a7b

#7abdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdbc Color CSS Codes

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

#7abdbc Text Font Color

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

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


#7abdbc Background Color

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

This div background color is #7abdbc


#7abdbc Border Color

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

This div border color is #7abdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdbc


Comments

No comments written yet.

Please login to write comment.