Color Hex Logo

#7acedc Color Hex

#7ACEDC
(122,206,220)
0 Favorites   0 Comments

Color spaces of #7acedc

RGB 122206220
HSL0.520.580.67
HSV189°45°86°
CMYK 0.450.060.00   0.14
XYZ43.015653.447575.7594
Yxy53.44750.24980.3103
Hunter Lab73.1078-22.9118-10.2650
CIE-Lab78.1385-21.8860-14.9161

#7acedc color RGB value is (122,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 11011100
Octal 172 316 334
Decimal 122 206 220
Hex 7A CE DC

RGB Percentages of Color #7acedc

%22.26
%37.59
%40.15

CMYK Percentages of Color #7acedc

%45
%6
%0
%14

Triadic Colors of #7acedc

#7acedc #dc7ace #cedc7a

Analogous Colors of #7acedc

#7acedc #7a9ddc #7adcb9

Monochromatic Colors of #7acedc

#7acedc

Complementary Color

#7acedc #dc887a

#7acedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acedc Color CSS Codes

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

#7acedc Text Font Color

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

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


#7acedc Background Color

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

This div background color is #7acedc


#7acedc Border Color

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

This div border color is #7acedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acedc

#7acedc Color Palettes


Comments

No comments written yet.

Please login to write comment.