Color Hex Logo

#01beda Color Hex

#01BEDA
(1,190,218)
0 Favorites   0 Comments

Color spaces of #01beda

RGB 1190218
HSL0.520.990.43
HSV188°100°85°
CMYK 1.000.130.00   0.15
XYZ31.080941.895372.7781
Yxy41.89530.21320.2874
Hunter Lab64.7266-27.5580-21.3566
CIE-Lab70.7987-29.6593-25.2151

#01beda color RGB value is (1,190,218).

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

The process color (four color CMYK) of #01beda color hex is 1.00, 0.13, 0.00, 0.15. Web safe color of #01beda is #00cccc. Color #01beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 11011010
Octal 1 276 332
Decimal 1 190 218
Hex 1 BE DA

RGB Percentages of Color #01beda

%0.24
%46.45
%53.30

CMYK Percentages of Color #01beda

%100
%13
%0
%15

Triadic Colors of #01beda

#01beda #da01be #beda01

Analogous Colors of #01beda

#01beda #0152da #01da8a

Monochromatic Colors of #01beda

#01beda

Complementary Color

#01beda #da1d01

#01beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#01beda Color CSS Codes

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

#01beda Text Font Color

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

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


#01beda Background Color

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

This div background color is #01beda


#01beda Border Color

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

This div border color is #01beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01beda


Comments

No comments written yet.

Please login to write comment.