Color Hex Logo

#07abec Color Hex

#07ABEC
(7,171,236)
0 Favorites   0 Comments

Color spaces of #07abec

RGB 7171236
HSL0.550.940.48
HSV197°97°93°
CMYK 0.970.280.00   0.07
XYZ29.790935.227184.5863
Yxy35.22710.19910.2355
Hunter Lab59.3524-14.2718-42.9506
CIE-Lab65.9251-13.4857-42.6053

#07abec color RGB value is (7,171,236).

#07abec hex color red value is 7, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #07abec hue: 0.55 , saturation: 0.94 and the lightness value of 07abec is 0.48.

The process color (four color CMYK) of #07abec color hex is 0.97, 0.28, 0.00, 0.07. Web safe color of #07abec is #0099ff. Color #07abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101011 11101100
Octal 7 253 354
Decimal 7 171 236
Hex 7 AB EC

RGB Percentages of Color #07abec

%1.69
%41.30
%57.00

CMYK Percentages of Color #07abec

%97
%28
%0
%7

Triadic Colors of #07abec

#07abec #ec07ab #abec07

Analogous Colors of #07abec

#07abec #0738ec #07ecbb

Monochromatic Colors of #07abec

#07abec

Complementary Color

#07abec #ec4807

#07abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#07abec Color CSS Codes

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

#07abec Text Font Color

<p style="color:#07abec">Text here</p>

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


#07abec Background Color

<div style="background-color:#07abec">
Div content here</div>

This div background color is #07abec


#07abec Border Color

<div style="border:3px solid #07abec">
Div here</div>

This div border color is #07abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07abec


Comments

No comments written yet.

Please login to write comment.