Color Hex Logo

#7abfcb Color Hex

#7ABFCB
(122,191,203)
0 Favorites   0 Comments

Color spaces of #7abfcb

RGB 122191203
HSL0.520.440.64
HSV189°40°80°
CMYK 0.400.060.00   0.20
XYZ37.436345.711063.3499
Yxy45.71100.25550.3120
Hunter Lab67.6099-19.4801-8.2273
CIE-Lab73.3576-18.6502-12.9001

#7abfcb color RGB value is (122,191,203).

#7abfcb hex color red value is 122, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7abfcb hue: 0.52 , saturation: 0.44 and the lightness value of 7abfcb is 0.64.

The process color (four color CMYK) of #7abfcb color hex is 0.40, 0.06, 0.00, 0.20. Web safe color of #7abfcb is #66cccc. Color #7abfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 11001011
Octal 172 277 313
Decimal 122 191 203
Hex 7A BF CB

RGB Percentages of Color #7abfcb

%23.64
%37.02
%39.34

CMYK Percentages of Color #7abfcb

%40
%6
%0
%20

Triadic Colors of #7abfcb

#7abfcb #cb7abf #bfcb7a

Analogous Colors of #7abfcb

#7abfcb #7a97cb #7acbaf

Monochromatic Colors of #7abfcb

#7abfcb

Complementary Color

#7abfcb #cb867a

#7abfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abfcb Color CSS Codes

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

#7abfcb Text Font Color

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

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


#7abfcb Background Color

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

This div background color is #7abfcb


#7abfcb Border Color

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

This div border color is #7abfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abfcb


Comments

No comments written yet.

Please login to write comment.