Color Hex Logo

#7acdcb Color Hex

#7ACDCB
(122,205,203)
0 Favorites   0 Comments

Color spaces of #7acdcb

RGB 122205203
HSL0.500.450.64
HSV179°40°80°
CMYK 0.400.000.01   0.20
XYZ40.636952.112064.4167
Yxy52.11200.25860.3316
Hunter Lab72.1886-25.8477-2.3747
CIE-Lab77.3478-25.6884-6.9525

#7acdcb color RGB value is (122,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 11001011
Octal 172 315 313
Decimal 122 205 203
Hex 7A CD CB

RGB Percentages of Color #7acdcb

%23.02
%38.68
%38.30

CMYK Percentages of Color #7acdcb

%40
%0
%1
%20

Triadic Colors of #7acdcb

#7acdcb #cb7acd #cdcb7a

Analogous Colors of #7acdcb

#7acdcb #7aa6cd #7acda2

Monochromatic Colors of #7acdcb

#7acdcb

Complementary Color

#7acdcb #cd7a7c

#7acdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acdcb Color CSS Codes

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

#7acdcb Text Font Color

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

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


#7acdcb Background Color

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

This div background color is #7acdcb


#7acdcb Border Color

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

This div border color is #7acdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acdcb


Comments

No comments written yet.

Please login to write comment.