Color Hex Logo

#00ffbd Color Hex

#00FFBD
(0,255,189)
0 Favorites   0 Comments

Color spaces of #00ffbd

RGB 0255189
HSL0.461.000.50
HSV164°100°100°
CMYK 1.000.000.26   0.00
XYZ44.945375.194160.2892
Yxy75.19410.24910.4168
Hunter Lab86.7145-59.231519.4782
CIE-Lab89.4838-65.131817.6372

#00ffbd color RGB value is (0,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 10111101
Octal 0 377 275
Decimal 0 255 189
Hex 0 FF BD

RGB Percentages of Color #00ffbd

%0.00
%57.43
%42.57

CMYK Percentages of Color #00ffbd

%100
%0
%26
%0

Triadic Colors of #00ffbd

#00ffbd #bd00ff #ffbd00

Analogous Colors of #00ffbd

#00ffbd #00c2ff #00ff3e

Monochromatic Colors of #00ffbd

#00ffbd

Complementary Color

#00ffbd #ff0042

#00ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffbd Color CSS Codes

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

#00ffbd Text Font Color

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

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


#00ffbd Background Color

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

This div background color is #00ffbd


#00ffbd Border Color

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

This div border color is #00ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ffbd


Comments

No comments written yet.

Please login to write comment.