Color Hex Logo

#00bdfe Color Hex

#00BDFE
(0,189,254)
0 Favorites   0 Comments

Color spaces of #00bdfe

RGB 0189254
HSL0.541.000.50
HSV195°100°100°
CMYK 1.000.260.00   0.00
XYZ36.087043.5509100.2701
Yxy43.55090.20060.2421
Hunter Lab65.9931-17.8788-43.8902
CIE-Lab71.9273-16.9423-42.9822

#00bdfe color RGB value is (0,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111101 11111110
Octal 0 275 376
Decimal 0 189 254
Hex 0 BD FE

RGB Percentages of Color #00bdfe

%0.00
%42.66
%57.34

CMYK Percentages of Color #00bdfe

%100
%26
%0
%0

Triadic Colors of #00bdfe

#00bdfe #fe00bd #bdfe00

Analogous Colors of #00bdfe

#00bdfe #003efe #00fec0

Monochromatic Colors of #00bdfe

#00bdfe

Complementary Color

#00bdfe #fe4100

#00bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bdfe Color CSS Codes

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

#00bdfe Text Font Color

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

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


#00bdfe Background Color

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

This div background color is #00bdfe


#00bdfe Border Color

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

This div border color is #00bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.