Color Hex Logo

#1d8fbb Color Hex

#1D8FBB
(29,143,187)
0 Favorites   0 Comments

Color spaces of #1d8fbb

RGB 29143187
HSL0.550.730.42
HSV197°84°73°
CMYK 0.840.240.00   0.27
XYZ19.298823.494050.5313
Yxy23.49400.20680.2517
Hunter Lab48.4706-13.7530-27.8812
CIE-Lab55.5776-14.6459-31.4352

#1d8fbb color RGB value is (29,143,187).

#1d8fbb hex color red value is 29, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1d8fbb hue: 0.55 , saturation: 0.73 and the lightness value of 1d8fbb is 0.42.

The process color (four color CMYK) of #1d8fbb color hex is 0.84, 0.24, 0.00, 0.27. Web safe color of #1d8fbb is #3399cc. Color #1d8fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001111 10111011
Octal 35 217 273
Decimal 29 143 187
Hex 1D 8F BB

RGB Percentages of Color #1d8fbb

%8.08
%39.83
%52.09

CMYK Percentages of Color #1d8fbb

%84
%24
%0
%27

Triadic Colors of #1d8fbb

#1d8fbb #bb1d8f #8fbb1d

Analogous Colors of #1d8fbb

#1d8fbb #1d40bb #1dbb98

Monochromatic Colors of #1d8fbb

#1d8fbb

Complementary Color

#1d8fbb #bb491d

#1d8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d8fbb Color CSS Codes

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

#1d8fbb Text Font Color

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

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


#1d8fbb Background Color

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

This div background color is #1d8fbb


#1d8fbb Border Color

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

This div border color is #1d8fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d8fbb


Comments

No comments written yet.

Please login to write comment.