Color Hex Logo

#7accdc Color Hex

#7ACCDC
(122,204,220)
0 Favorites   0 Comments

Color spaces of #7accdc

RGB 122204220
HSL0.530.580.67
HSV190°45°86°
CMYK 0.450.070.00   0.14
XYZ42.537252.490675.5999
Yxy52.49060.24930.3076
Hunter Lab72.4504-21.9870-11.1521
CIE-Lab77.5733-20.8782-15.7661

#7accdc color RGB value is (122,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 11011100
Octal 172 314 334
Decimal 122 204 220
Hex 7A CC DC

RGB Percentages of Color #7accdc

%22.34
%37.36
%40.29

CMYK Percentages of Color #7accdc

%45
%7
%0
%14

Triadic Colors of #7accdc

#7accdc #dc7acc #ccdc7a

Analogous Colors of #7accdc

#7accdc #7a9bdc #7adcbb

Monochromatic Colors of #7accdc

#7accdc

Complementary Color

#7accdc #dc8a7a

#7accdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accdc Color CSS Codes

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

#7accdc Text Font Color

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

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


#7accdc Background Color

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

This div background color is #7accdc


#7accdc Border Color

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

This div border color is #7accdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accdc


Comments

No comments written yet.

Please login to write comment.