Color Hex Logo

#07abcc Color Hex

#07ABCC
(7,171,204)
0 Favorites   0 Comments

Color spaces of #07abcc

RGB 7171204
HSL0.530.930.41
HSV190°97°80°
CMYK 0.970.160.00   0.20
XYZ25.549633.530662.2522
Yxy33.53060.21060.2764
Hunter Lab57.9056-22.5756-23.2066
CIE-Lab64.5883-24.6734-27.0497

#07abcc color RGB value is (7,171,204).

#07abcc hex color red value is 7, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #07abcc hue: 0.53 , saturation: 0.93 and the lightness value of 07abcc is 0.41.

The process color (four color CMYK) of #07abcc color hex is 0.97, 0.16, 0.00, 0.20. Web safe color of #07abcc is #0099cc. Color #07abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101011 11001100
Octal 7 253 314
Decimal 7 171 204
Hex 7 AB CC

RGB Percentages of Color #07abcc

%1.83
%44.76
%53.40

CMYK Percentages of Color #07abcc

%97
%16
%0
%20

Triadic Colors of #07abcc

#07abcc #cc07ab #abcc07

Analogous Colors of #07abcc

#07abcc #0748cc #07cc8b

Monochromatic Colors of #07abcc

#07abcc

Complementary Color

#07abcc #cc2807

#07abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#07abcc Color CSS Codes

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

#07abcc Text Font Color

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

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


#07abcc Background Color

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

This div background color is #07abcc


#07abcc Border Color

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

This div border color is #07abcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,171,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07abcc


Comments

No comments written yet.

Please login to write comment.