Color Hex Logo

#00bcef Color Hex

#00BCEF
(0,188,239)
0 Favorites   0 Comments

Color spaces of #00bcef

RGB 0188239
HSL0.541.000.47
HSV193°100°94°
CMYK 1.000.210.00   0.06
XYZ33.563242.198488.0375
Yxy42.19840.20490.2576
Hunter Lab64.9603-21.4545-34.8806
CIE-Lab71.0075-21.6227-36.3098

#00bcef color RGB value is (0,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111100 11101111
Octal 0 274 357
Decimal 0 188 239
Hex 0 BC EF

RGB Percentages of Color #00bcef

%0.00
%44.03
%55.97

CMYK Percentages of Color #00bcef

%100
%21
%0
%6

Triadic Colors of #00bcef

#00bcef #ef00bc #bcef00

Analogous Colors of #00bcef

#00bcef #0045ef #00efab

Monochromatic Colors of #00bcef

#00bcef

Complementary Color

#00bcef #ef3300

#00bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bcef Color CSS Codes

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

#00bcef Text Font Color

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

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


#00bcef Background Color

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

This div background color is #00bcef


#00bcef Border Color

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

This div border color is #00bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bcef


Comments

No comments written yet.

Please login to write comment.