Color Hex Logo

#1d8cbc Color Hex

#1D8CBC
(29,140,188)
0 Favorites   0 Comments

Color spaces of #1d8cbc

RGB 29140188
HSL0.550.730.43
HSV198°85°74°
CMYK 0.850.260.00   0.26
XYZ18.961922.648250.9491
Yxy22.64820.20490.2447
Hunter Lab47.5901-12.1608-30.1617
CIE-Lab54.7081-12.6183-33.3599

#1d8cbc color RGB value is (29,140,188).

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

The process color (four color CMYK) of #1d8cbc color hex is 0.85, 0.26, 0.00, 0.26. Web safe color of #1d8cbc is #3399cc. Color #1d8cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10001100 10111100
Octal 35 214 274
Decimal 29 140 188
Hex 1D 8C BC

RGB Percentages of Color #1d8cbc

%8.12
%39.22
%52.66

CMYK Percentages of Color #1d8cbc

%85
%26
%0
%26

Triadic Colors of #1d8cbc

#1d8cbc #bc1d8c #8cbc1d

Analogous Colors of #1d8cbc

#1d8cbc #1d3dbc #1dbc9d

Monochromatic Colors of #1d8cbc

#1d8cbc

Complementary Color

#1d8cbc #bc4d1d

#1d8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d8cbc Color CSS Codes

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

#1d8cbc Text Font Color

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

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


#1d8cbc Background Color

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

This div background color is #1d8cbc


#1d8cbc Border Color

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

This div border color is #1d8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d8cbc


Comments

No comments written yet.

Please login to write comment.