Color Hex Logo

#011def Color Hex

#011DEF
(1,29,239)
0 Favorites   0 Comments

Color spaces of #011def

RGB 129239
HSL0.650.990.47
HSV233°100°94°
CMYK 1.000.880.00   0.06
XYZ16.03197.117282.1901
Yxy7.11720.15220.0676
Hunter Lab26.678160.5810-163.9866
CIE-Lab32.072269.0526-99.2196

#011def color RGB value is (1,29,239).

#011def hex color red value is 1, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #011def hue: 0.65 , saturation: 0.99 and the lightness value of 011def is 0.47.

The process color (four color CMYK) of #011def color hex is 1.00, 0.88, 0.00, 0.06. Web safe color of #011def is #0033ff. Color #011def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011101 11101111
Octal 1 35 357
Decimal 1 29 239
Hex 1 1D EF

RGB Percentages of Color #011def

%0.37
%10.78
%88.85

CMYK Percentages of Color #011def

%100
%88
%0
%6

Triadic Colors of #011def

#011def #ef011d #1def01

Analogous Colors of #011def

#011def #5c01ef #0194ef

Monochromatic Colors of #011def

#011def

Complementary Color

#011def #efd301

#011def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011def Color Preview on White Background

Lorem ipsum dolor sit amet.

#011def Color CSS Codes

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

#011def Text Font Color

<p style="color:#011def">Text here</p>

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


#011def Background Color

<div style="background-color:#011def">
Div content here</div>

This div background color is #011def


#011def Border Color

<div style="border:3px solid #011def">
Div here</div>

This div border color is #011def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,29,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #011def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #011def;
  -webkit-box-shadow: 1px 1px 3px 2px #011def;
  box-shadow:         1px 1px 3px 2px #011def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011def


Comments

No comments written yet.

Please login to write comment.