Color Hex Logo

#01bedf Color Hex

#01BEDF
(1,190,223)
0 Favorites   0 Comments

Color spaces of #01bedf

RGB 1190223
HSL0.520.990.44
HSV189°100°87°
CMYK 1.000.150.00   0.13
XYZ31.745342.161176.2768
Yxy42.16110.21140.2807
Hunter Lab64.9316-26.3609-24.1974
CIE-Lab70.9818-28.0116-27.6577

#01bedf color RGB value is (1,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 11011111
Octal 1 276 337
Decimal 1 190 223
Hex 1 BE DF

RGB Percentages of Color #01bedf

%0.24
%45.89
%53.86

CMYK Percentages of Color #01bedf

%100
%15
%0
%13

Triadic Colors of #01bedf

#01bedf #df01be #bedf01

Analogous Colors of #01bedf

#01bedf #014fdf #01df91

Monochromatic Colors of #01bedf

#01bedf

Complementary Color

#01bedf #df2201

#01bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bedf Color CSS Codes

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

#01bedf Text Font Color

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

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


#01bedf Background Color

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

This div background color is #01bedf


#01bedf Border Color

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

This div border color is #01bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bedf


Comments

No comments written yet.

Please login to write comment.