Color Hex Logo

#7abbdf Color Hex

#7ABBDF
(122,187,223)
0 Favorites   0 Comments

Color spaces of #7abbdf

RGB 122187223
HSL0.560.610.68
HSV201°45°87°
CMYK 0.450.160.00   0.13
XYZ39.115645.005976.4374
Yxy45.00590.24360.2803
Hunter Lab67.0864-13.3246-20.5937
CIE-Lab72.8958-11.2592-24.4824

#7abbdf color RGB value is (122,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11011111
Octal 172 273 337
Decimal 122 187 223
Hex 7A BB DF

RGB Percentages of Color #7abbdf

%22.93
%35.15
%41.92

CMYK Percentages of Color #7abbdf

%45
%16
%0
%13

Triadic Colors of #7abbdf

#7abbdf #df7abb #bbdf7a

Analogous Colors of #7abbdf

#7abbdf #7a89df #7adfd1

Monochromatic Colors of #7abbdf

#7abbdf

Complementary Color

#7abbdf #df9e7a

#7abbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbdf Color CSS Codes

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

#7abbdf Text Font Color

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

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


#7abbdf Background Color

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

This div background color is #7abbdf


#7abbdf Border Color

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

This div border color is #7abbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,187,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 #7abbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbdf


Comments

No comments written yet.

Please login to write comment.