Color Hex Logo

#7acdcd Color Hex

#7ACDCD
(122,205,205)
0 Favorites   0 Comments

Color spaces of #7acdcd

RGB 122205205
HSL0.500.450.64
HSV180°40°80°
CMYK 0.400.000.00   0.20
XYZ40.876852.208065.6803
Yxy52.20800.25750.3288
Hunter Lab72.2551-25.4638-3.3164
CIE-Lab77.4050-25.1956-7.9445

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 11001101
Octal 172 315 315
Decimal 122 205 205
Hex 7A CD CD

RGB Percentages of Color #7acdcd

%22.93
%38.53
%38.53

CMYK Percentages of Color #7acdcd

%40
%0
%0
%20

Triadic Colors of #7acdcd

#7acdcd #cd7acd #cdcd7a

Analogous Colors of #7acdcd

#7acdcd #7aa4cd #7acda4

Monochromatic Colors of #7acdcd

#7acdcd

Complementary Color

#7acdcd #cd7a7a

#7acdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acdcd Color CSS Codes

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

#7acdcd Text Font Color

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

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


#7acdcd Background Color

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

This div background color is #7acdcd


#7acdcd Border Color

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

This div border color is #7acdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acdcd


Comments

No comments written yet.

Please login to write comment.