Color Hex Logo

#07baea Color Hex

#07BAEA
(7,186,234)
0 Favorites   0 Comments

Color spaces of #07baea

RGB 7186234
HSL0.540.940.47
HSV193°97°92°
CMYK 0.970.210.00   0.08
XYZ32.497841.103584.0629
Yxy41.10350.20610.2607
Hunter Lab64.1120-21.7160-32.8619
CIE-Lab70.2484-22.1304-34.7714

#07baea color RGB value is (7,186,234).

#07baea hex color red value is 7, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #07baea hue: 0.54 , saturation: 0.94 and the lightness value of 07baea is 0.47.

The process color (four color CMYK) of #07baea color hex is 0.97, 0.21, 0.00, 0.08. Web safe color of #07baea is #00ccff. Color #07baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111010 11101010
Octal 7 272 352
Decimal 7 186 234
Hex 7 BA EA

RGB Percentages of Color #07baea

%1.64
%43.56
%54.80

CMYK Percentages of Color #07baea

%97
%21
%0
%8

Triadic Colors of #07baea

#07baea #ea07ba #baea07

Analogous Colors of #07baea

#07baea #0748ea #07eaa9

Monochromatic Colors of #07baea

#07baea

Complementary Color

#07baea #ea3707

#07baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#07baea Color CSS Codes

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

#07baea Text Font Color

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

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


#07baea Background Color

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

This div background color is #07baea


#07baea Border Color

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

This div border color is #07baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07baea


Comments

No comments written yet.

Please login to write comment.