Color Hex Logo

#1d60ee Color Hex

#1D60EE
(29,96,238)
0 Favorites   0 Comments

Color spaces of #1d60ee

RGB 2996238
HSL0.610.860.52
HSV221°88°93°
CMYK 0.880.600.00   0.07
XYZ20.122214.800082.6851
Yxy14.80000.17110.1258
Hunter Lab38.470826.0409-100.5023
CIE-Lab45.359033.5210-76.6761

#1d60ee color RGB value is (29,96,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 01100000 11101110
Octal 35 140 356
Decimal 29 96 238
Hex 1D 60 EE

RGB Percentages of Color #1d60ee

%7.99
%26.45
%65.56

CMYK Percentages of Color #1d60ee

%88
%60
%0
%7

Triadic Colors of #1d60ee

#1d60ee #ee1d60 #60ee1d

Analogous Colors of #1d60ee

#1d60ee #431dee #1dc9ee

Monochromatic Colors of #1d60ee

#1d60ee

Complementary Color

#1d60ee #eeab1d

#1d60ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d60ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d60ee Color CSS Codes

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

#1d60ee Text Font Color

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

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


#1d60ee Background Color

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

This div background color is #1d60ee


#1d60ee Border Color

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

This div border color is #1d60ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,96,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 #1d60ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d60ee


Comments

No comments written yet.

Please login to write comment.