Color Hex Logo

#1db5cc Color Hex

#1DB5CC
(29,181,204)
0 Favorites   0 Comments

Color spaces of #1db5cc

RGB 29181204
HSL0.520.750.46
HSV188°86°80°
CMYK 0.860.110.00   0.20
XYZ27.929737.668662.9255
Yxy37.66860.21730.2931
Hunter Lab61.3748-26.1761-17.8257
CIE-Lab67.7757-28.6880-22.1505

#1db5cc color RGB value is (29,181,204).

#1db5cc hex color red value is 29, green value is 181 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1db5cc hue: 0.52 , saturation: 0.75 and the lightness value of 1db5cc is 0.46.

The process color (four color CMYK) of #1db5cc color hex is 0.86, 0.11, 0.00, 0.20. Web safe color of #1db5cc is #33cccc. Color #1db5cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110101 11001100
Octal 35 265 314
Decimal 29 181 204
Hex 1D B5 CC

RGB Percentages of Color #1db5cc

%7.00
%43.72
%49.28

CMYK Percentages of Color #1db5cc

%86
%11
%0
%20

Triadic Colors of #1db5cc

#1db5cc #cc1db5 #b5cc1d

Analogous Colors of #1db5cc

#1db5cc #1d5ecc #1dcc8c

Monochromatic Colors of #1db5cc

#1db5cc

Complementary Color

#1db5cc #cc341d

#1db5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db5cc Color CSS Codes

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

#1db5cc Text Font Color

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

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


#1db5cc Background Color

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

This div background color is #1db5cc


#1db5cc Border Color

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

This div border color is #1db5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db5cc


Comments

No comments written yet.

Please login to write comment.