Color Hex Logo

#1da8ef Color Hex

#1DA8EF
(29,168,239)
0 Favorites   0 Comments

Color spaces of #1da8ef

RGB 29168239
HSL0.560.870.53
HSV200°88°94°
CMYK 0.880.300.00   0.06
XYZ30.089334.498586.7343
Yxy34.49850.19880.2280
Hunter Lab58.7354-11.3440-46.4384
CIE-Lab65.3563-9.9040-45.1293

#1da8ef color RGB value is (29,168,239).

#1da8ef hex color red value is 29, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1da8ef hue: 0.56 , saturation: 0.87 and the lightness value of 1da8ef is 0.53.

The process color (four color CMYK) of #1da8ef color hex is 0.88, 0.30, 0.00, 0.06. Web safe color of #1da8ef is #3399ff. Color #1da8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101000 11101111
Octal 35 250 357
Decimal 29 168 239
Hex 1D A8 EF

RGB Percentages of Color #1da8ef

%6.65
%38.53
%54.82

CMYK Percentages of Color #1da8ef

%88
%30
%0
%6

Triadic Colors of #1da8ef

#1da8ef #ef1da8 #a8ef1d

Analogous Colors of #1da8ef

#1da8ef #1d3fef #1defcd

Monochromatic Colors of #1da8ef

#1da8ef

Complementary Color

#1da8ef #ef641d

#1da8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da8ef Color CSS Codes

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

#1da8ef Text Font Color

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

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


#1da8ef Background Color

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

This div background color is #1da8ef


#1da8ef Border Color

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

This div border color is #1da8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da8ef


Comments

No comments written yet.

Please login to write comment.