Color Hex Logo

#7afcbc Color Hex

#7AFCBC
(122,252,188)
0 Favorites   0 Comments

Color spaces of #7afcbc

RGB 122252188
HSL0.420.960.73
HSV150°52°99°
CMYK 0.520.000.25   0.01
XYZ51.913577.389259.7784
Yxy77.38920.27460.4093
Hunter Lab87.9711-48.613121.2909
CIE-Lab90.5004-50.341719.8551

#7afcbc color RGB value is (122,252,188).

#7afcbc hex color red value is 122, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7afcbc hue: 0.42 , saturation: 0.96 and the lightness value of 7afcbc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111100 10111100
Octal 172 374 274
Decimal 122 252 188
Hex 7A FC BC

RGB Percentages of Color #7afcbc

%21.71
%44.84
%33.45

CMYK Percentages of Color #7afcbc

%52
%0
%25
%1

Triadic Colors of #7afcbc

#7afcbc #bc7afc #fcbc7a

Analogous Colors of #7afcbc

#7afcbc #7afbfc #7afc7b

Monochromatic Colors of #7afcbc

#7afcbc

Complementary Color

#7afcbc #fc7aba

#7afcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afcbc Color CSS Codes

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

#7afcbc Text Font Color

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

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


#7afcbc Background Color

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

This div background color is #7afcbc


#7afcbc Border Color

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

This div border color is #7afcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.