Color Hex Logo

#00bcae Color Hex

#00BCAE
(0,188,174)
0 Favorites   0 Comments

Color spaces of #00bcae

RGB 0188174
HSL0.491.000.37
HSV176°100°74°
CMYK 1.000.000.07   0.26
XYZ25.623239.022446.2260
Yxy39.02240.23110.3520
Hunter Lab62.4679-36.1014-0.1468
CIE-Lab68.7675-42.3777-4.1652

#00bcae color RGB value is (0,188,174).

#00bcae hex color red value is 0, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #00bcae hue: 0.49 , saturation: 1.00 and the lightness value of 00bcae is 0.37.

The process color (four color CMYK) of #00bcae color hex is 1.00, 0.00, 0.07, 0.26. Web safe color of #00bcae is #00cc99. Color #00bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111100 10101110
Octal 0 274 256
Decimal 0 188 174
Hex 0 BC AE

RGB Percentages of Color #00bcae

%0.00
%51.93
%48.07

CMYK Percentages of Color #00bcae

%100
%0
%7
%26

Triadic Colors of #00bcae

#00bcae #ae00bc #bcae00

Analogous Colors of #00bcae

#00bcae #006cbc #00bc50

Monochromatic Colors of #00bcae

#00bcae

Complementary Color

#00bcae #bc000e

#00bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bcae Color CSS Codes

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

#00bcae Text Font Color

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

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


#00bcae Background Color

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

This div background color is #00bcae


#00bcae Border Color

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

This div border color is #00bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bcae


Comments

No comments written yet.

Please login to write comment.