Color Hex Logo

#1dafcf Color Hex

#1DAFCF
(29,175,207)
0 Favorites   0 Comments

Color spaces of #1dafcf

RGB 29175207
HSL0.530.750.46
HSV191°86°81°
CMYK 0.860.150.00   0.19
XYZ27.099235.426164.4411
Yxy35.42610.21340.2790
Hunter Lab59.5198-22.8892-22.5284
CIE-Lab66.0791-24.7031-26.4025

#1dafcf color RGB value is (29,175,207).

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

The process color (four color CMYK) of #1dafcf color hex is 0.86, 0.15, 0.00, 0.19. Web safe color of #1dafcf is #3399cc. Color #1dafcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 11001111
Octal 35 257 317
Decimal 29 175 207
Hex 1D AF CF

RGB Percentages of Color #1dafcf

%7.06
%42.58
%50.36

CMYK Percentages of Color #1dafcf

%86
%15
%0
%19

Triadic Colors of #1dafcf

#1dafcf #cf1daf #afcf1d

Analogous Colors of #1dafcf

#1dafcf #1d56cf #1dcf96

Monochromatic Colors of #1dafcf

#1dafcf

Complementary Color

#1dafcf #cf3d1d

#1dafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dafcf Color CSS Codes

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

#1dafcf Text Font Color

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

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


#1dafcf Background Color

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

This div background color is #1dafcf


#1dafcf Border Color

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

This div border color is #1dafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dafcf


Comments

No comments written yet.

Please login to write comment.