Color Hex Logo

#74acde Color Hex

#74ACDE
(116,172,222)
0 Favorites   0 Comments

Color spaces of #74acde

RGB 116172222
HSL0.580.620.66
HSV208°48°87°
CMYK 0.480.230.00   0.13
XYZ35.139838.492074.6849
Yxy38.49200.23690.2595
Hunter Lab62.0419-7.4731-27.9428
CIE-Lab68.3817-4.8553-30.8963

#74acde color RGB value is (116,172,222).

#74acde hex color red value is 116, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #74acde hue: 0.58 , saturation: 0.62 and the lightness value of 74acde is 0.66.

The process color (four color CMYK) of #74acde color hex is 0.48, 0.23, 0.00, 0.13. Web safe color of #74acde is #6699cc. Color #74acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 11011110
Octal 164 254 336
Decimal 116 172 222
Hex 74 AC DE

RGB Percentages of Color #74acde

%22.75
%33.73
%43.53

CMYK Percentages of Color #74acde

%48
%23
%0
%13

Triadic Colors of #74acde

#74acde #de74ac #acde74

Analogous Colors of #74acde

#74acde #7477de #74dedb

Monochromatic Colors of #74acde

#74acde

Complementary Color

#74acde #dea674

#74acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#74acde Color CSS Codes

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

#74acde Text Font Color

<p style="color:#74acde">Text here</p>

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


#74acde Background Color

<div style="background-color:#74acde">
Div content here</div>

This div background color is #74acde


#74acde Border Color

<div style="border:3px solid #74acde">
Div here</div>

This div border color is #74acde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,172,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74acde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74acde;
  -webkit-box-shadow: 1px 1px 3px 2px #74acde;
  box-shadow:         1px 1px 3px 2px #74acde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,172,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74acde


Comments

No comments written yet.

Please login to write comment.