Color Hex Logo

#7ac5cd Color Hex CadetBlue3

#7AC5CD
(122,197,205)
41 Favorites   0 Comments

Color spaces of #7ac5cd CadetBlue3

RGB 122197205
HSL0.520.450.64
HSV186°40°80°
CMYK 0.400.040.00   0.20
XYZ39.011748.477965.0586
Yxy48.47790.25570.3178
Hunter Lab69.6261-21.8315-6.6623
CIE-Lab75.1254-21.1990-11.3401

#7ac5cd color RGB value is (122,197,205). #7ac5cd color name is CadetBlue3 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000101 11001101
Octal 172 305 315
Decimal 122 197 205
Hex 7A C5 CD

RGB Percentages of Color #7ac5cd

%23.28
%37.60
%39.12

CMYK Percentages of Color #7ac5cd

%40
%4
%0
%20

Triadic Colors of #7ac5cd

#7ac5cd #cd7ac5 #c5cd7a

Analogous Colors of #7ac5cd

#7ac5cd #7a9ccd #7acdac

Monochromatic Colors of #7ac5cd

#7ac5cd

Complementary Color

#7ac5cd #cd827a

#7ac5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac5cd Color CSS Codes

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

#7ac5cd Text Font Color

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

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


#7ac5cd Background Color

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

This div background color is #7ac5cd


#7ac5cd Border Color

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

This div border color is #7ac5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac5cd


Comments

No comments written yet.

Please login to write comment.