Color Hex Logo

#7abccc Color Hex

#7ABCCC
(122,188,204)
0 Favorites   0 Comments

Color spaces of #7abccc

RGB 122188204
HSL0.530.450.64
HSV192°40°80°
CMYK 0.400.080.00   0.20
XYZ36.908344.463663.7638
Yxy44.46360.25430.3064
Hunter Lab66.6810-17.8911-10.0194
CIE-Lab72.5373-16.8455-14.6773

#7abccc color RGB value is (122,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 11001100
Octal 172 274 314
Decimal 122 188 204
Hex 7A BC CC

RGB Percentages of Color #7abccc

%23.74
%36.58
%39.69

CMYK Percentages of Color #7abccc

%40
%8
%0
%20

Triadic Colors of #7abccc

#7abccc #cc7abc #bccc7a

Analogous Colors of #7abccc

#7abccc #7a93cc #7accb3

Monochromatic Colors of #7abccc

#7abccc

Complementary Color

#7abccc #cc8a7a

#7abccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abccc Color CSS Codes

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

#7abccc Text Font Color

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

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


#7abccc Background Color

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

This div background color is #7abccc


#7abccc Border Color

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

This div border color is #7abccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,188,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 #7abccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abccc


Comments

No comments written yet.

Please login to write comment.