Color Hex Logo

#1d8fed Color Hex

#1D8FED
(29,143,237)
0 Favorites   0 Comments

Color spaces of #1d8fed

RGB 29143237
HSL0.580.850.52
HSV207°88°93°
CMYK 0.880.400.00   0.07
XYZ25.615226.020683.7932
Yxy26.02060.18910.1921
Hunter Lab51.01040.3668-61.6866
CIE-Lab58.05663.7563-55.5953

#1d8fed color RGB value is (29,143,237).

#1d8fed hex color red value is 29, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1d8fed hue: 0.58 , saturation: 0.85 and the lightness value of 1d8fed is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001111 11101101
Octal 35 217 355
Decimal 29 143 237
Hex 1D 8F ED

RGB Percentages of Color #1d8fed

%7.09
%34.96
%57.95

CMYK Percentages of Color #1d8fed

%88
%40
%0
%7

Triadic Colors of #1d8fed

#1d8fed #ed1d8f #8fed1d

Analogous Colors of #1d8fed

#1d8fed #1d27ed #1dede3

Monochromatic Colors of #1d8fed

#1d8fed

Complementary Color

#1d8fed #ed7b1d

#1d8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d8fed Color CSS Codes

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

#1d8fed Text Font Color

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

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


#1d8fed Background Color

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

This div background color is #1d8fed


#1d8fed Border Color

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

This div border color is #1d8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d8fed


Comments

No comments written yet.

Please login to write comment.