Color Hex Logo

#7abfdf Color Hex

#7ABFDF
(122,191,223)
0 Favorites   0 Comments

Color spaces of #7abfdf

RGB 122191223
HSL0.550.610.68
HSV199°45°87°
CMYK 0.450.140.00   0.13
XYZ39.976146.726976.7243
Yxy46.72690.24460.2859
Hunter Lab68.3571-15.2358-18.6974
CIE-Lab74.0147-13.3748-22.7752

#7abfdf color RGB value is (122,191,223).

#7abfdf hex color red value is 122, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7abfdf hue: 0.55 , saturation: 0.61 and the lightness value of 7abfdf is 0.68.

The process color (four color CMYK) of #7abfdf color hex is 0.45, 0.14, 0.00, 0.13. Web safe color of #7abfdf is #66cccc. Color #7abfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 11011111
Octal 172 277 337
Decimal 122 191 223
Hex 7A BF DF

RGB Percentages of Color #7abfdf

%22.76
%35.63
%41.60

CMYK Percentages of Color #7abfdf

%45
%14
%0
%13

Triadic Colors of #7abfdf

#7abfdf #df7abf #bfdf7a

Analogous Colors of #7abfdf

#7abfdf #7a8ddf #7adfcd

Monochromatic Colors of #7abfdf

#7abfdf

Complementary Color

#7abfdf #df9a7a

#7abfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abfdf Color CSS Codes

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

#7abfdf Text Font Color

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

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


#7abfdf Background Color

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

This div background color is #7abfdf


#7abfdf Border Color

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

This div border color is #7abfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abfdf


Comments

No comments written yet.

Please login to write comment.