Color Hex Logo

#7abbec Color Hex

#7ABBEC
(122,187,236)
0 Favorites   0 Comments

Color spaces of #7abbec

RGB 122187236
HSL0.570.750.70
HSV206°48°93°
CMYK 0.480.210.00   0.07
XYZ40.936745.734486.0269
Yxy45.73440.23700.2648
Hunter Lab67.6272-10.2964-28.0823
CIE-Lab73.3729-7.6312-30.8023

#7abbec color RGB value is (122,187,236).

#7abbec hex color red value is 122, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7abbec hue: 0.57 , saturation: 0.75 and the lightness value of 7abbec is 0.70.

The process color (four color CMYK) of #7abbec color hex is 0.48, 0.21, 0.00, 0.07. Web safe color of #7abbec is #66ccff. Color #7abbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11101100
Octal 172 273 354
Decimal 122 187 236
Hex 7A BB EC

RGB Percentages of Color #7abbec

%22.39
%34.31
%43.30

CMYK Percentages of Color #7abbec

%48
%21
%0
%7

Triadic Colors of #7abbec

#7abbec #ec7abb #bbec7a

Analogous Colors of #7abbec

#7abbec #7a82ec #7aece4

Monochromatic Colors of #7abbec

#7abbec

Complementary Color

#7abbec #ecab7a

#7abbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbec Color CSS Codes

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

#7abbec Text Font Color

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

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


#7abbec Background Color

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

This div background color is #7abbec


#7abbec Border Color

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

This div border color is #7abbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbec


Comments

No comments written yet.

Please login to write comment.