Color Hex Logo

#01bead Color Hex

#01BEAD
(1,190,173)
0 Favorites   0 Comments

Color spaces of #01bead

RGB 1190173
HSL0.490.990.37
HSV175°99°75°
CMYK 0.990.000.09   0.25
XYZ25.968839.850545.8584
Yxy39.85050.23250.3568
Hunter Lab63.1273-37.04271.1182
CIE-Lab69.3629-43.4986-2.7391

#01bead color RGB value is (1,190,173).

#01bead hex color red value is 1, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #01bead hue: 0.49 , saturation: 0.99 and the lightness value of 01bead is 0.37.

The process color (four color CMYK) of #01bead color hex is 0.99, 0.00, 0.09, 0.25. Web safe color of #01bead is #00cc99. Color #01bead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 10101101
Octal 1 276 255
Decimal 1 190 173
Hex 1 BE AD

RGB Percentages of Color #01bead

%0.27
%52.20
%47.53

CMYK Percentages of Color #01bead

%99
%0
%9
%25

Triadic Colors of #01bead

#01bead #ad01be #bead01

Analogous Colors of #01bead

#01bead #0171be #01be4f

Monochromatic Colors of #01bead

#01bead

Complementary Color

#01bead #be0112

#01bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bead Color CSS Codes

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

#01bead Text Font Color

<p style="color:#01bead">Text here</p>

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


#01bead Background Color

<div style="background-color:#01bead">
Div content here</div>

This div background color is #01bead


#01bead Border Color

<div style="border:3px solid #01bead">
Div here</div>

This div border color is #01bead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,190,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01bead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01bead;
  -webkit-box-shadow: 1px 1px 3px 2px #01bead;
  box-shadow:         1px 1px 3px 2px #01bead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,190,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bead


Comments

No comments written yet.

Please login to write comment.