Color Hex Logo

#7afecb Color Hex

#7AFECB
(122,254,203)
0 Favorites   0 Comments

Color spaces of #7afecb

RGB 122254203
HSL0.440.990.74
HSV157°52°100°
CMYK 0.520.000.20   0.00
XYZ54.247379.333068.9536
Yxy79.33300.26780.3917
Hunter Lab89.0691-47.155916.4485
CIE-Lab91.3848-48.118313.3966

#7afecb color RGB value is (122,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111110 11001011
Octal 172 376 313
Decimal 122 254 203
Hex 7A FE CB

RGB Percentages of Color #7afecb

%21.07
%43.87
%35.06

CMYK Percentages of Color #7afecb

%52
%0
%20
%0

Triadic Colors of #7afecb

#7afecb #cb7afe #fecb7a

Analogous Colors of #7afecb

#7afecb #7aeffe #7afe89

Monochromatic Colors of #7afecb

#7afecb

Complementary Color

#7afecb #fe7aad

#7afecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afecb Color CSS Codes

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

#7afecb Text Font Color

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

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


#7afecb Background Color

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

This div background color is #7afecb


#7afecb Border Color

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

This div border color is #7afecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afecb

Related Colors


Comments

No comments written yet.

Please login to write comment.