Color Hex Logo

#1a7edf Color Hex

#1A7EDF
(26,126,223)
0 Favorites   0 Comments

Color spaces of #1a7edf

RGB 26126223
HSL0.580.790.49
HSV210°88°87°
CMYK 0.880.430.00   0.13
XYZ21.206120.469072.6453
Yxy20.46900.18550.1790
Hunter Lab45.24274.4916-63.5309
CIE-Lab52.36348.5872-56.8936

#1a7edf color RGB value is (26,126,223).

#1a7edf hex color red value is 26, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1a7edf hue: 0.58 , saturation: 0.79 and the lightness value of 1a7edf is 0.49.

The process color (four color CMYK) of #1a7edf color hex is 0.88, 0.43, 0.00, 0.13. Web safe color of #1a7edf is #3366cc. Color #1a7edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01111110 11011111
Octal 32 176 337
Decimal 26 126 223
Hex 1A 7E DF

RGB Percentages of Color #1a7edf

%6.93
%33.60
%59.47

CMYK Percentages of Color #1a7edf

%88
%43
%0
%13

Triadic Colors of #1a7edf

#1a7edf #df1a7e #7edf1a

Analogous Colors of #1a7edf

#1a7edf #1a1cdf #1adfde

Monochromatic Colors of #1a7edf

#1a7edf

Complementary Color

#1a7edf #df7b1a

#1a7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a7edf Color CSS Codes

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

#1a7edf Text Font Color

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

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


#1a7edf Background Color

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

This div background color is #1a7edf


#1a7edf Border Color

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

This div border color is #1a7edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,126,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a7edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a7edf;
  -webkit-box-shadow: 1px 1px 3px 2px #1a7edf;
  box-shadow:         1px 1px 3px 2px #1a7edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,126,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a7edf


Comments

No comments written yet.

Please login to write comment.