Color Hex Logo

#7abecc Color Hex

#7ABECC
(122,190,204)
0 Favorites   0 Comments

Color spaces of #7abecc

RGB 122190204
HSL0.530.450.64
HSV190°40°80°
CMYK 0.400.070.00   0.20
XYZ37.338645.324163.9072
Yxy45.32410.25470.3092
Hunter Lab67.3232-18.8164-9.1554
CIE-Lab73.1048-17.8795-13.8242

#7abecc color RGB value is (122,190,204).

#7abecc hex color red value is 122, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7abecc hue: 0.53 , saturation: 0.45 and the lightness value of 7abecc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11001100
Octal 172 276 314
Decimal 122 190 204
Hex 7A BE CC

RGB Percentages of Color #7abecc

%23.64
%36.82
%39.53

CMYK Percentages of Color #7abecc

%40
%7
%0
%20

Triadic Colors of #7abecc

#7abecc #cc7abe #becc7a

Analogous Colors of #7abecc

#7abecc #7a95cc #7accb1

Monochromatic Colors of #7abecc

#7abecc

Complementary Color

#7abecc #cc887a

#7abecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abecc Color CSS Codes

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

#7abecc Text Font Color

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

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


#7abecc Background Color

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

This div background color is #7abecc


#7abecc Border Color

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

This div border color is #7abecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abecc


Comments

No comments written yet.

Please login to write comment.