Color Hex Logo

#1ac7dc Color Hex

#1AC7DC
(26,199,220)
0 Favorites   0 Comments

Color spaces of #1ac7dc

RGB 26199220
HSL0.520.790.48
HSV186°88°86°
CMYK 0.880.100.00   0.14
XYZ33.767746.233874.8544
Yxy46.23380.21810.2986
Hunter Lab67.9954-30.3459-17.6740
CIE-Lab73.6970-32.4990-21.8653

#1ac7dc color RGB value is (26,199,220).

#1ac7dc hex color red value is 26, green value is 199 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1ac7dc hue: 0.52 , saturation: 0.79 and the lightness value of 1ac7dc is 0.48.

The process color (four color CMYK) of #1ac7dc color hex is 0.88, 0.10, 0.00, 0.14. Web safe color of #1ac7dc is #33cccc. Color #1ac7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11000111 11011100
Octal 32 307 334
Decimal 26 199 220
Hex 1A C7 DC

RGB Percentages of Color #1ac7dc

%5.84
%44.72
%49.44

CMYK Percentages of Color #1ac7dc

%88
%10
%0
%14

Triadic Colors of #1ac7dc

#1ac7dc #dc1ac7 #c7dc1a

Analogous Colors of #1ac7dc

#1ac7dc #1a66dc #1adc90

Monochromatic Colors of #1ac7dc

#1ac7dc

Complementary Color

#1ac7dc #dc2f1a

#1ac7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ac7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ac7dc Color CSS Codes

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

#1ac7dc Text Font Color

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

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


#1ac7dc Background Color

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

This div background color is #1ac7dc


#1ac7dc Border Color

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

This div border color is #1ac7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ac7dc


Comments

No comments written yet.

Please login to write comment.