Color Hex Logo

#01bedd Color Hex

#01BEDD
(1,190,221)
0 Favorites   0 Comments

Color spaces of #01bedd

RGB 1190221
HSL0.520.990.44
HSV188°100°87°
CMYK 1.000.140.00   0.13
XYZ31.477142.053874.8648
Yxy42.05380.21210.2834
Hunter Lab64.8489-26.8432-23.0531
CIE-Lab70.9080-28.6730-26.6821

#01bedd color RGB value is (1,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111110 11011101
Octal 1 276 335
Decimal 1 190 221
Hex 1 BE DD

RGB Percentages of Color #01bedd

%0.24
%46.12
%53.64

CMYK Percentages of Color #01bedd

%100
%14
%0
%13

Triadic Colors of #01bedd

#01bedd #dd01be #bedd01

Analogous Colors of #01bedd

#01bedd #0150dd #01dd8e

Monochromatic Colors of #01bedd

#01bedd

Complementary Color

#01bedd #dd2001

#01bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bedd Color CSS Codes

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

#01bedd Text Font Color

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

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


#01bedd Background Color

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

This div background color is #01bedd


#01bedd Border Color

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

This div border color is #01bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bedd


Comments

No comments written yet.

Please login to write comment.