Color Hex Logo

#1da0ef Color Hex

#1DA0EF
(29,160,239)
0 Favorites   0 Comments

Color spaces of #1da0ef

RGB 29160239
HSL0.560.870.53
HSV203°88°94°
CMYK 0.880.330.00   0.06
XYZ28.657531.634886.2571
Yxy31.63480.19550.2159
Hunter Lab56.2448-7.4803-51.5558
CIE-Lab63.0399-5.4126-48.7825

#1da0ef color RGB value is (29,160,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100000 11101111
Octal 35 240 357
Decimal 29 160 239
Hex 1D A0 EF

RGB Percentages of Color #1da0ef

%6.78
%37.38
%55.84

CMYK Percentages of Color #1da0ef

%88
%33
%0
%6

Triadic Colors of #1da0ef

#1da0ef #ef1da0 #a0ef1d

Analogous Colors of #1da0ef

#1da0ef #1d37ef #1defd5

Monochromatic Colors of #1da0ef

#1da0ef

Complementary Color

#1da0ef #ef6c1d

#1da0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da0ef Color CSS Codes

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

#1da0ef Text Font Color

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

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


#1da0ef Background Color

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

This div background color is #1da0ef


#1da0ef Border Color

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

This div border color is #1da0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da0ef


Comments

No comments written yet.

Please login to write comment.