Color Hex Logo

#1d09ee Color Hex

#1D09EE
(29,9,238)
0 Favorites   0 Comments

Color spaces of #1d09ee

RGB 299238
HSL0.680.930.48
HSV245°96°93°
CMYK 0.880.960.00   0.07
XYZ16.03706.629681.3233
Yxy6.62960.15420.0638
Hunter Lab25.748066.1187-169.2397
CIE-Lab30.948473.9262-100.5149

#1d09ee color RGB value is (29,9,238).

#1d09ee hex color red value is 29, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1d09ee hue: 0.68 , saturation: 0.93 and the lightness value of 1d09ee is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00001001 11101110
Octal 35 11 356
Decimal 29 9 238
Hex 1D 9 EE

RGB Percentages of Color #1d09ee

%10.51
%3.26
%86.23

CMYK Percentages of Color #1d09ee

%88
%96
%0
%7

Triadic Colors of #1d09ee

#1d09ee #ee1d09 #09ee1d

Analogous Colors of #1d09ee

#1d09ee #9009ee #0968ee

Monochromatic Colors of #1d09ee

#1d09ee

Complementary Color

#1d09ee #daee09

#1d09ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d09ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d09ee Color CSS Codes

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

#1d09ee Text Font Color

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

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


#1d09ee Background Color

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

This div background color is #1d09ee


#1d09ee Border Color

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

This div border color is #1d09ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d09ee


Comments

No comments written yet.

Please login to write comment.