Color Hex Logo

#7abfec Color Hex

#7ABFEC
(122,191,236)
0 Favorites   0 Comments

Color spaces of #7abfec

RGB 122191236
HSL0.570.750.70
HSV204°48°93°
CMYK 0.480.190.00   0.07
XYZ41.797247.455386.3137
Yxy47.45530.23810.2703
Hunter Lab68.8878-12.2500-26.0666
CIE-Lab74.4801-9.7762-29.0985

#7abfec color RGB value is (122,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 11101100
Octal 172 277 354
Decimal 122 191 236
Hex 7A BF EC

RGB Percentages of Color #7abfec

%22.22
%34.79
%42.99

CMYK Percentages of Color #7abfec

%48
%19
%0
%7

Triadic Colors of #7abfec

#7abfec #ec7abf #bfec7a

Analogous Colors of #7abfec

#7abfec #7a86ec #7aece0

Monochromatic Colors of #7abfec

#7abfec

Complementary Color

#7abfec #eca77a

#7abfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abfec Color CSS Codes

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

#7abfec Text Font Color

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

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


#7abfec Background Color

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

This div background color is #7abfec


#7abfec Border Color

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

This div border color is #7abfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abfec


Comments

No comments written yet.

Please login to write comment.