Color Hex Logo

#7ac3fb Color Hex

#7AC3FB
(122,195,251)
0 Favorites   0 Comments

Color spaces of #7ac3fb

RGB 122195251
HSL0.570.940.73
HSV206°51°98°
CMYK 0.510.220.00   0.02
XYZ44.953750.132898.5741
Yxy50.13280.23210.2589
Hunter Lab70.8045-10.5785-32.9804
CIE-Lab76.1507-7.6371-34.5972

#7ac3fb color RGB value is (122,195,251).

#7ac3fb hex color red value is 122, green value is 195 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ac3fb hue: 0.57 , saturation: 0.94 and the lightness value of 7ac3fb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000011 11111011
Octal 172 303 373
Decimal 122 195 251
Hex 7A C3 FB

RGB Percentages of Color #7ac3fb

%21.48
%34.33
%44.19

CMYK Percentages of Color #7ac3fb

%51
%22
%0
%2

Triadic Colors of #7ac3fb

#7ac3fb #fb7ac3 #c3fb7a

Analogous Colors of #7ac3fb

#7ac3fb #7a83fb #7afbf3

Monochromatic Colors of #7ac3fb

#7ac3fb

Complementary Color

#7ac3fb #fbb27a

#7ac3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac3fb Color CSS Codes

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

#7ac3fb Text Font Color

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

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


#7ac3fb Background Color

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

This div background color is #7ac3fb


#7ac3fb Border Color

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

This div border color is #7ac3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac3fb


Comments

No comments written yet.

Please login to write comment.