Color Hex Logo

#7ac9ff Color Hex

#7AC9FF
(122,201,255)
0 Favorites   0 Comments

Color spaces of #7ac9ff

RGB 122201255
HSL0.571.000.74
HSV204°52°100°
CMYK 0.520.210.00   0.00
XYZ46.962753.1309102.3878
Yxy53.13090.23190.2624
Hunter Lab72.8909-12.5539-32.2593
CIE-Lab77.9522-9.6834-33.9547

#7ac9ff color RGB value is (122,201,255).

#7ac9ff hex color red value is 122, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7ac9ff hue: 0.57 , saturation: 1.00 and the lightness value of 7ac9ff is 0.74.

The process color (four color CMYK) of #7ac9ff color hex is 0.52, 0.21, 0.00, 0.00. Web safe color of #7ac9ff is #66ccff. Color #7ac9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001001 11111111
Octal 172 311 377
Decimal 122 201 255
Hex 7A C9 FF

RGB Percentages of Color #7ac9ff

%21.11
%34.78
%44.12

CMYK Percentages of Color #7ac9ff

%52
%21
%0
%0

Triadic Colors of #7ac9ff

#7ac9ff #ff7ac9 #c9ff7a

Analogous Colors of #7ac9ff

#7ac9ff #7a87ff #7afff3

Monochromatic Colors of #7ac9ff

#7ac9ff

Complementary Color

#7ac9ff #ffb07a

#7ac9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac9ff Color CSS Codes

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

#7ac9ff Text Font Color

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

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


#7ac9ff Background Color

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

This div background color is #7ac9ff


#7ac9ff Border Color

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

This div border color is #7ac9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac9ff


Comments

No comments written yet.

Please login to write comment.