Color Hex Logo

#7acadc Color Hex

#7ACADC
(122,202,220)
0 Favorites   0 Comments

Color spaces of #7acadc

RGB 122202220
HSL0.530.580.67
HSV191°45°86°
CMYK 0.450.080.00   0.14
XYZ42.064851.545975.4425
Yxy51.54590.24880.3049
Hunter Lab71.7955-21.0593-12.0449
CIE-Lab77.0085-19.8650-16.6169

#7acadc color RGB value is (122,202,220).

#7acadc hex color red value is 122, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7acadc hue: 0.53 , saturation: 0.58 and the lightness value of 7acadc is 0.67.

The process color (four color CMYK) of #7acadc color hex is 0.45, 0.08, 0.00, 0.14. Web safe color of #7acadc is #66cccc. Color #7acadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 11011100
Octal 172 312 334
Decimal 122 202 220
Hex 7A CA DC

RGB Percentages of Color #7acadc

%22.43
%37.13
%40.44

CMYK Percentages of Color #7acadc

%45
%8
%0
%14

Triadic Colors of #7acadc

#7acadc #dc7aca #cadc7a

Analogous Colors of #7acadc

#7acadc #7a99dc #7adcbd

Monochromatic Colors of #7acadc

#7acadc

Complementary Color

#7acadc #dc8c7a

#7acadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acadc Color CSS Codes

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

#7acadc Text Font Color

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

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


#7acadc Background Color

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

This div background color is #7acadc


#7acadc Border Color

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

This div border color is #7acadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acadc


Comments

No comments written yet.

Please login to write comment.