Color Hex Logo

#7cadca Color Hex

#7CADCA
(124,173,202)
0 Favorites   0 Comments

Color spaces of #7cadca

RGB 124173202
HSL0.560.420.64
HSV202°39°79°
CMYK 0.390.140.00   0.21
XYZ33.916438.436561.5085
Yxy38.43650.25340.2871
Hunter Lab61.9972-10.8442-15.4246
CIE-Lab68.3411-8.8943-19.9156

#7cadca color RGB value is (124,173,202).

#7cadca hex color red value is 124, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7cadca hue: 0.56 , saturation: 0.42 and the lightness value of 7cadca is 0.64.

The process color (four color CMYK) of #7cadca color hex is 0.39, 0.14, 0.00, 0.21. Web safe color of #7cadca is #6699cc. Color #7cadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 11001010
Octal 174 255 312
Decimal 124 173 202
Hex 7C AD CA

RGB Percentages of Color #7cadca

%24.85
%34.67
%40.48

CMYK Percentages of Color #7cadca

%39
%14
%0
%21

Triadic Colors of #7cadca

#7cadca #ca7cad #adca7c

Analogous Colors of #7cadca

#7cadca #7c86ca #7ccac0

Monochromatic Colors of #7cadca

#7cadca

Complementary Color

#7cadca #ca997c

#7cadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadca Color CSS Codes

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

#7cadca Text Font Color

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

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


#7cadca Background Color

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

This div background color is #7cadca


#7cadca Border Color

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

This div border color is #7cadca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,173,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cadca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cadca;
  -webkit-box-shadow: 1px 1px 3px 2px #7cadca;
  box-shadow:         1px 1px 3px 2px #7cadca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadca


Comments

No comments written yet.

Please login to write comment.