Color Hex Logo

#1d6bea Color Hex

#1D6BEA
(29,107,234)
0 Favorites   0 Comments

Color spaces of #1d6bea

RGB 29107234
HSL0.600.830.52
HSV217°88°92°
CMYK 0.880.540.00   0.08
XYZ20.615716.717179.9821
Yxy16.71710.17570.1425
Hunter Lab40.886618.4513-87.3623
CIE-Lab47.901624.9782-70.2821

#1d6bea color RGB value is (29,107,234).

#1d6bea hex color red value is 29, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1d6bea hue: 0.60 , saturation: 0.83 and the lightness value of 1d6bea is 0.52.

The process color (four color CMYK) of #1d6bea color hex is 0.88, 0.54, 0.00, 0.08. Web safe color of #1d6bea is #3366ff. Color #1d6bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01101011 11101010
Octal 35 153 352
Decimal 29 107 234
Hex 1D 6B EA

RGB Percentages of Color #1d6bea

%7.84
%28.92
%63.24

CMYK Percentages of Color #1d6bea

%88
%54
%0
%8

Triadic Colors of #1d6bea

#1d6bea #ea1d6b #6bea1d

Analogous Colors of #1d6bea

#1d6bea #361dea #1dd2ea

Monochromatic Colors of #1d6bea

#1d6bea

Complementary Color

#1d6bea #ea9c1d

#1d6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d6bea Color CSS Codes

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

#1d6bea Text Font Color

<p style="color:#1d6bea">Text here</p>

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


#1d6bea Background Color

<div style="background-color:#1d6bea">
Div content here</div>

This div background color is #1d6bea


#1d6bea Border Color

<div style="border:3px solid #1d6bea">
Div here</div>

This div border color is #1d6bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d6bea


Comments

No comments written yet.

Please login to write comment.