Color Hex Logo

#1d8ced Color Hex

#1D8CED
(29,140,237)
0 Favorites   0 Comments

Color spaces of #1d8ced

RGB 29140237
HSL0.580.850.52
HSV208°88°93°
CMYK 0.880.410.00   0.07
XYZ25.170825.131883.6450
Yxy25.13180.18790.1876
Hunter Lab50.13161.8935-63.8337
CIE-Lab57.20365.5543-56.9578

#1d8ced color RGB value is (29,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001100 11101101
Octal 35 214 355
Decimal 29 140 237
Hex 1D 8C ED

RGB Percentages of Color #1d8ced

%7.14
%34.48
%58.37

CMYK Percentages of Color #1d8ced

%88
%41
%0
%7

Triadic Colors of #1d8ced

#1d8ced #ed1d8c #8ced1d

Analogous Colors of #1d8ced

#1d8ced #1d24ed #1dede6

Monochromatic Colors of #1d8ced

#1d8ced

Complementary Color

#1d8ced #ed7e1d

#1d8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d8ced Color CSS Codes

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

#1d8ced Text Font Color

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

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


#1d8ced Background Color

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

This div background color is #1d8ced


#1d8ced Border Color

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

This div border color is #1d8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d8ced


Comments

No comments written yet.

Please login to write comment.