Color Hex Logo

#05baea Color Hex

#05BAEA
(5,186,234)
0 Favorites   0 Comments

Color spaces of #05baea

RGB 5186234
HSL0.530.960.47
HSV193°98°92°
CMYK 0.980.210.00   0.08
XYZ32.472841.090684.0617
Yxy41.09060.20600.2607
Hunter Lab64.1020-21.7538-32.8801
CIE-Lab70.2394-22.1812-34.7861

#05baea color RGB value is (5,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111010 11101010
Octal 5 272 352
Decimal 5 186 234
Hex 5 BA EA

RGB Percentages of Color #05baea

%1.18
%43.76
%55.06

CMYK Percentages of Color #05baea

%98
%21
%0
%8

Triadic Colors of #05baea

#05baea #ea05ba #baea05

Analogous Colors of #05baea

#05baea #0548ea #05eaa8

Monochromatic Colors of #05baea

#05baea

Complementary Color

#05baea #ea3505

#05baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#05baea Color CSS Codes

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

#05baea Text Font Color

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

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


#05baea Background Color

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

This div background color is #05baea


#05baea Border Color

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

This div border color is #05baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05baea


Comments

No comments written yet.

Please login to write comment.