Color Hex Logo

#7afbcc Color Hex

#7AFBCC
(122,251,204)
0 Favorites   0 Comments

Color spaces of #7afbcc

RGB 122251204
HSL0.440.940.73
HSV158°51°98°
CMYK 0.510.000.19   0.02
XYZ53.422377.491669.2685
Yxy77.49160.26690.3871
Hunter Lab88.0293-45.725114.9664
CIE-Lab90.5474-46.622311.6918

#7afbcc color RGB value is (122,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111011 11001100
Octal 172 373 314
Decimal 122 251 204
Hex 7A FB CC

RGB Percentages of Color #7afbcc

%21.14
%43.50
%35.36

CMYK Percentages of Color #7afbcc

%51
%0
%19
%2

Triadic Colors of #7afbcc

#7afbcc #cc7afb #fbcc7a

Analogous Colors of #7afbcc

#7afbcc #7aeafb #7afb8c

Monochromatic Colors of #7afbcc

#7afbcc

Complementary Color

#7afbcc #fb7aa9

#7afbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afbcc Color CSS Codes

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

#7afbcc Text Font Color

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

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


#7afbcc Background Color

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

This div background color is #7afbcc


#7afbcc Border Color

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

This div border color is #7afbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afbcc


Comments

No comments written yet.

Please login to write comment.