Color Hex Logo

#00bcea Color Hex

#00BCEA
(0,188,234)
0 Favorites   0 Comments

Color spaces of #00bcea

RGB 0188234
HSL0.531.000.46
HSV192°100°92°
CMYK 1.000.200.00   0.08
XYZ32.834541.907084.2002
Yxy41.90700.20660.2637
Hunter Lab64.7356-22.7505-31.8023
CIE-Lab70.8068-23.3339-33.9085

#00bcea color RGB value is (0,188,234).

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

The process color (four color CMYK) of #00bcea color hex is 1.00, 0.20, 0.00, 0.08. Web safe color of #00bcea is #00ccff. Color #00bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111100 11101010
Octal 0 274 352
Decimal 0 188 234
Hex 0 BC EA

RGB Percentages of Color #00bcea

%0.00
%44.55
%55.45

CMYK Percentages of Color #00bcea

%100
%20
%0
%8

Triadic Colors of #00bcea

#00bcea #ea00bc #bcea00

Analogous Colors of #00bcea

#00bcea #0047ea #00eaa3

Monochromatic Colors of #00bcea

#00bcea

Complementary Color

#00bcea #ea2e00

#00bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bcea Color CSS Codes

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

#00bcea Text Font Color

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

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


#00bcea Background Color

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

This div background color is #00bcea


#00bcea Border Color

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

This div border color is #00bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bcea


Comments

No comments written yet.

Please login to write comment.