Color Hex Logo

#1dbaf1 Color Hex

#1DBAF1
(29,186,241)
0 Favorites   0 Comments

Color spaces of #1dbaf1

RGB 29186241
HSL0.540.880.53
HSV196°88°95°
CMYK 0.880.230.00   0.05
XYZ33.942841.729989.4848
Yxy41.72990.20550.2527
Hunter Lab64.5987-19.2565-36.9119
CIE-Lab70.6843-18.9023-37.8825

#1dbaf1 color RGB value is (29,186,241).

#1dbaf1 hex color red value is 29, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #1dbaf1 hue: 0.54 , saturation: 0.88 and the lightness value of 1dbaf1 is 0.53.

The process color (four color CMYK) of #1dbaf1 color hex is 0.88, 0.23, 0.00, 0.05. Web safe color of #1dbaf1 is #33ccff. Color #1dbaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111010 11110001
Octal 35 272 361
Decimal 29 186 241
Hex 1D BA F1

RGB Percentages of Color #1dbaf1

%6.36
%40.79
%52.85

CMYK Percentages of Color #1dbaf1

%88
%23
%0
%5

Triadic Colors of #1dbaf1

#1dbaf1 #f11dba #baf11d

Analogous Colors of #1dbaf1

#1dbaf1 #1d50f1 #1df1be

Monochromatic Colors of #1dbaf1

#1dbaf1

Complementary Color

#1dbaf1 #f1541d

#1dbaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbaf1 Color CSS Codes

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

#1dbaf1 Text Font Color

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

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


#1dbaf1 Background Color

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

This div background color is #1dbaf1


#1dbaf1 Border Color

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

This div border color is #1dbaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbaf1


Comments

No comments written yet.

Please login to write comment.