Color Hex Logo

#7acccb Color Hex

#7ACCCB
(122,204,203)
0 Favorites   0 Comments

Color spaces of #7acccb

RGB 122204203
HSL0.500.450.64
HSV179°40°80°
CMYK 0.400.000.00   0.20
XYZ40.398451.635164.3373
Yxy51.63510.25840.3302
Hunter Lab71.8576-25.3979-2.7847
CIE-Lab77.0621-25.1956-7.3760

#7acccb color RGB value is (122,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 11001011
Octal 172 314 313
Decimal 122 204 203
Hex 7A CC CB

RGB Percentages of Color #7acccb

%23.06
%38.56
%38.37

CMYK Percentages of Color #7acccb

%40
%0
%0
%20

Triadic Colors of #7acccb

#7acccb #cb7acc #cccb7a

Analogous Colors of #7acccb

#7acccb #7aa4cc #7acca2

Monochromatic Colors of #7acccb

#7acccb

Complementary Color

#7acccb #cc7a7b

#7acccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acccb Color CSS Codes

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

#7acccb Text Font Color

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

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


#7acccb Background Color

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

This div background color is #7acccb


#7acccb Border Color

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

This div border color is #7acccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acccb


Comments

No comments written yet.

Please login to write comment.