Color Hex Logo

#7acedf Color Hex

#7ACEDF
(122,206,223)
0 Favorites   0 Comments

Color spaces of #7acedf

RGB 122206223
HSL0.530.610.68
HSV190°45°87°
CMYK 0.450.080.00   0.13
XYZ43.416653.607977.8711
Yxy53.60790.24820.3065
Hunter Lab73.2174-22.2832-11.8063
CIE-Lab78.2325-21.1023-16.3855

#7acedf color RGB value is (122,206,223).

#7acedf hex color red value is 122, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7acedf hue: 0.53 , saturation: 0.61 and the lightness value of 7acedf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 11011111
Octal 172 316 337
Decimal 122 206 223
Hex 7A CE DF

RGB Percentages of Color #7acedf

%22.14
%37.39
%40.47

CMYK Percentages of Color #7acedf

%45
%8
%0
%13

Triadic Colors of #7acedf

#7acedf #df7ace #cedf7a

Analogous Colors of #7acedf

#7acedf #7a9cdf #7adfbe

Monochromatic Colors of #7acedf

#7acedf

Complementary Color

#7acedf #df8b7a

#7acedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acedf Color CSS Codes

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

#7acedf Text Font Color

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

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


#7acedf Background Color

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

This div background color is #7acedf


#7acedf Border Color

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

This div border color is #7acedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acedf


Comments

No comments written yet.

Please login to write comment.