Color Hex Logo

#1d4bee Color Hex

#1D4BEE
(29,75,238)
0 Favorites   0 Comments

Color spaces of #1d4bee

RGB 2975238
HSL0.630.860.52
HSV227°88°93°
CMYK 0.880.680.00   0.07
XYZ18.455411.466482.1295
Yxy11.46640.16470.1023
Hunter Lab33.862138.0269-120.0993
CIE-Lab40.355246.6230-84.8939

#1d4bee color RGB value is (29,75,238).

#1d4bee hex color red value is 29, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1d4bee hue: 0.63 , saturation: 0.86 and the lightness value of 1d4bee is 0.52.

The process color (four color CMYK) of #1d4bee color hex is 0.88, 0.68, 0.00, 0.07. Web safe color of #1d4bee is #3333ff. Color #1d4bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001011 11101110
Octal 35 113 356
Decimal 29 75 238
Hex 1D 4B EE

RGB Percentages of Color #1d4bee

%8.48
%21.93
%69.59

CMYK Percentages of Color #1d4bee

%88
%68
%0
%7

Triadic Colors of #1d4bee

#1d4bee #ee1d4b #4bee1d

Analogous Colors of #1d4bee

#1d4bee #581dee #1db4ee

Monochromatic Colors of #1d4bee

#1d4bee

Complementary Color

#1d4bee #eec01d

#1d4bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4bee Color CSS Codes

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

#1d4bee Text Font Color

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

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


#1d4bee Background Color

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

This div background color is #1d4bee


#1d4bee Border Color

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

This div border color is #1d4bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4bee


Comments

No comments written yet.

Please login to write comment.