Color Hex Logo

#7afbdb Color Hex

#7AFBDB
(122,251,219)
0 Favorites   0 Comments

Color spaces of #7afbdb

RGB 122251219
HSL0.460.940.73
HSV165°51°98°
CMYK 0.510.000.13   0.02
XYZ55.309478.246479.2058
Yxy78.24640.26000.3678
Hunter Lab88.4570-43.18938.8307
CIE-Lab90.8922-43.30614.4255

#7afbdb color RGB value is (122,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111011 11011011
Octal 172 373 333
Decimal 122 251 219
Hex 7A FB DB

RGB Percentages of Color #7afbdb

%20.61
%42.40
%36.99

CMYK Percentages of Color #7afbdb

%51
%0
%13
%2

Triadic Colors of #7afbdb

#7afbdb #db7afb #fbdb7a

Analogous Colors of #7afbdb

#7afbdb #7adbfb #7afb9b

Monochromatic Colors of #7afbdb

#7afbdb

Complementary Color

#7afbdb #fb7a9a

#7afbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afbdb Color CSS Codes

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

#7afbdb Text Font Color

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

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


#7afbdb Background Color

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

This div background color is #7afbdb


#7afbdb Border Color

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

This div border color is #7afbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afbdb


Comments

No comments written yet.

Please login to write comment.