Color Hex Logo

#7affce Color Hex

#7AFFCE
(122,255,206)
0 Favorites   0 Comments

Color spaces of #7affce

RGB 122255206
HSL0.441.000.74
HSV158°52°100°
CMYK 0.520.000.19   0.00
XYZ54.926680.113870.9611
Yxy80.11380.26660.3889
Hunter Lab89.5063-47.097415.6490
CIE-Lab91.7359-47.907912.3512

#7affce color RGB value is (122,255,206).

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

The process color (four color CMYK) of #7affce color hex is 0.52, 0.00, 0.19, 0.00. Web safe color of #7affce is #66ffcc. Color #7affce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111111 11001110
Octal 172 377 316
Decimal 122 255 206
Hex 7A FF CE

RGB Percentages of Color #7affce

%20.93
%43.74
%35.33

CMYK Percentages of Color #7affce

%52
%0
%19
%0

Triadic Colors of #7affce

#7affce #ce7aff #ffce7a

Analogous Colors of #7affce

#7affce #7aeeff #7aff8c

Monochromatic Colors of #7affce

#7affce

Complementary Color

#7affce #ff7aab

#7affce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7affce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7affce Color CSS Codes

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

#7affce Text Font Color

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

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


#7affce Background Color

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

This div background color is #7affce


#7affce Border Color

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

This div border color is #7affce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7affce

Related Colors


Comments

No comments written yet.

Please login to write comment.