Color Hex Logo

#7acdfa Color Hex

#7ACDFA
(122,205,250)
0 Favorites   0 Comments

Color spaces of #7acdfa

RGB 122205250
HSL0.560.930.73
HSV201°51°98°
CMYK 0.510.180.00   0.02
XYZ47.112754.702398.5180
Yxy54.70230.23520.2731
Hunter Lab73.9610-15.7284-27.2031
CIE-Lab78.8695-13.2167-29.8729

#7acdfa color RGB value is (122,205,250).

#7acdfa hex color red value is 122, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7acdfa hue: 0.56 , saturation: 0.93 and the lightness value of 7acdfa is 0.73.

The process color (four color CMYK) of #7acdfa color hex is 0.51, 0.18, 0.00, 0.02. Web safe color of #7acdfa is #66ccff. Color #7acdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 11111010
Octal 172 315 372
Decimal 122 205 250
Hex 7A CD FA

RGB Percentages of Color #7acdfa

%21.14
%35.53
%43.33

CMYK Percentages of Color #7acdfa

%51
%18
%0
%2

Triadic Colors of #7acdfa

#7acdfa #fa7acd #cdfa7a

Analogous Colors of #7acdfa

#7acdfa #7a8dfa #7afae7

Monochromatic Colors of #7acdfa

#7acdfa

Complementary Color

#7acdfa #faa77a

#7acdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acdfa Color CSS Codes

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

#7acdfa Text Font Color

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

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


#7acdfa Background Color

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

This div background color is #7acdfa


#7acdfa Border Color

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

This div border color is #7acdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.