Color Hex Logo

#7afcff Color Hex

#7AFCFF
(122,252,255)
0 Favorites   0 Comments

Color spaces of #7afcff

RGB 122252255
HSL0.501.000.74
HSV181°52°100°
CMYK 0.520.010.00   0.00
XYZ60.886480.9784107.0291
Yxy80.97840.24460.3254
Hunter Lab89.9880-36.7049-7.5262
CIE-Lab92.1221-35.0236-12.4410

#7afcff color RGB value is (122,252,255).

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

The process color (four color CMYK) of #7afcff color hex is 0.52, 0.01, 0.00, 0.00. Web safe color of #7afcff is #66ffff. Color #7afcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111100 11111111
Octal 172 374 377
Decimal 122 252 255
Hex 7A FC FF

RGB Percentages of Color #7afcff

%19.40
%40.06
%40.54

CMYK Percentages of Color #7afcff

%52
%1
%0
%0

Triadic Colors of #7afcff

#7afcff #ff7afc #fcff7a

Analogous Colors of #7afcff

#7afcff #7abaff #7affc0

Monochromatic Colors of #7afcff

#7afcff

Complementary Color

#7afcff #ff7d7a

#7afcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afcff Color CSS Codes

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

#7afcff Text Font Color

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

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


#7afcff Background Color

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

This div background color is #7afcff


#7afcff Border Color

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

This div border color is #7afcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afcff

Related Colors


Comments

No comments written yet.

Please login to write comment.