Color Hex Logo

#1dafbc Color Hex

#1DAFBC
(29,175,188)
0 Favorites   0 Comments

Color spaces of #1dafbc

RGB 29175188
HSL0.510.730.43
HSV185°85°74°
CMYK 0.850.070.00   0.26
XYZ24.913834.552052.9331
Yxy34.55200.22170.3074
Hunter Lab58.7809-27.2110-12.2448
CIE-Lab65.3984-30.8645-16.9183

#1dafbc color RGB value is (29,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 10111100
Octal 35 257 274
Decimal 29 175 188
Hex 1D AF BC

RGB Percentages of Color #1dafbc

%7.40
%44.64
%47.96

CMYK Percentages of Color #1dafbc

%85
%7
%0
%26

Triadic Colors of #1dafbc

#1dafbc #bc1daf #afbc1d

Analogous Colors of #1dafbc

#1dafbc #1d60bc #1dbc7a

Monochromatic Colors of #1dafbc

#1dafbc

Complementary Color

#1dafbc #bc2a1d

#1dafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dafbc Color CSS Codes

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

#1dafbc Text Font Color

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

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


#1dafbc Background Color

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

This div background color is #1dafbc


#1dafbc Border Color

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

This div border color is #1dafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dafbc


Comments

No comments written yet.

Please login to write comment.