Color Hex Logo

#07aeba Color Hex

#07AEBA
(7,174,186)
0 Favorites   0 Comments

Color spaces of #07aeba

RGB 7174186
HSL0.510.930.38
HSV184°96°73°
CMYK 0.960.060.00   0.27
XYZ24.086633.862451.7210
Yxy33.86240.21960.3088
Hunter Lab58.1914-27.9502-11.9635
CIE-Lab64.8532-32.0960-16.6486

#07aeba color RGB value is (7,174,186).

#07aeba hex color red value is 7, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #07aeba hue: 0.51 , saturation: 0.93 and the lightness value of 07aeba is 0.38.

The process color (four color CMYK) of #07aeba color hex is 0.96, 0.06, 0.00, 0.27. Web safe color of #07aeba is #0099cc. Color #07aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101110 10111010
Octal 7 256 272
Decimal 7 174 186
Hex 7 AE BA

RGB Percentages of Color #07aeba

%1.91
%47.41
%50.68

CMYK Percentages of Color #07aeba

%96
%6
%0
%27

Triadic Colors of #07aeba

#07aeba #ba07ae #aeba07

Analogous Colors of #07aeba

#07aeba #0754ba #07ba6d

Monochromatic Colors of #07aeba

#07aeba

Complementary Color

#07aeba #ba1307

#07aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aeba Color CSS Codes

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

#07aeba Text Font Color

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

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


#07aeba Background Color

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

This div background color is #07aeba


#07aeba Border Color

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

This div border color is #07aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aeba


Comments

No comments written yet.

Please login to write comment.