Color Hex Logo

#00baec Color Hex

#00BAEC
(0,186,236)
0 Favorites   0 Comments

Color spaces of #00baec

RGB 0186236
HSL0.541.000.46
HSV193°100°93°
CMYK 1.000.210.00   0.07
XYZ32.699241.173985.5808
Yxy41.17390.20510.2582
Hunter Lab64.1669-21.3292-34.1596
CIE-Lab70.2976-21.6217-35.7843

#00baec color RGB value is (0,186,236).

#00baec hex color red value is 0, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #00baec hue: 0.54 , saturation: 1.00 and the lightness value of 00baec is 0.46.

The process color (four color CMYK) of #00baec color hex is 1.00, 0.21, 0.00, 0.07. Web safe color of #00baec is #00ccff. Color #00baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 11101100
Octal 0 272 354
Decimal 0 186 236
Hex 0 BA EC

RGB Percentages of Color #00baec

%0.00
%44.08
%55.92

CMYK Percentages of Color #00baec

%100
%21
%0
%7

Triadic Colors of #00baec

#00baec #ec00ba #baec00

Analogous Colors of #00baec

#00baec #0044ec #00eca8

Monochromatic Colors of #00baec

#00baec

Complementary Color

#00baec #ec3200

#00baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00baec Color CSS Codes

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

#00baec Text Font Color

<p style="color:#00baec">Text here</p>

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


#00baec Background Color

<div style="background-color:#00baec">
Div content here</div>

This div background color is #00baec


#00baec Border Color

<div style="border:3px solid #00baec">
Div here</div>

This div border color is #00baec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,186,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00baec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00baec;
  -webkit-box-shadow: 1px 1px 3px 2px #00baec;
  box-shadow:         1px 1px 3px 2px #00baec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,186,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 #00baec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00baec


Comments

No comments written yet.

Please login to write comment.