Color Hex Logo

#1a7ccc Color Hex

#1A7CCC
(26,124,204)
0 Favorites   0 Comments

Color spaces of #1a7ccc

RGB 26124204
HSL0.570.770.45
HSV207°87°80°
CMYK 0.870.390.00   0.20
XYZ18.532718.994559.8163
Yxy18.99450.19040.1951
Hunter Lab43.5827-0.3660-50.8664
CIE-Lab50.68082.5197-48.8341

#1a7ccc color RGB value is (26,124,204).

#1a7ccc hex color red value is 26, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1a7ccc hue: 0.57 , saturation: 0.77 and the lightness value of 1a7ccc is 0.45.

The process color (four color CMYK) of #1a7ccc color hex is 0.87, 0.39, 0.00, 0.20. Web safe color of #1a7ccc is #3366cc. Color #1a7ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01111100 11001100
Octal 32 174 314
Decimal 26 124 204
Hex 1A 7C CC

RGB Percentages of Color #1a7ccc

%7.34
%35.03
%57.63

CMYK Percentages of Color #1a7ccc

%87
%39
%0
%20

Triadic Colors of #1a7ccc

#1a7ccc #cc1a7c #7ccc1a

Analogous Colors of #1a7ccc

#1a7ccc #1a23cc #1accc3

Monochromatic Colors of #1a7ccc

#1a7ccc

Complementary Color

#1a7ccc #cc6a1a

#1a7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a7ccc Color CSS Codes

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

#1a7ccc Text Font Color

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

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


#1a7ccc Background Color

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

This div background color is #1a7ccc


#1a7ccc Border Color

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

This div border color is #1a7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a7ccc


Comments

No comments written yet.

Please login to write comment.