Color Hex Logo

#74abdd Color Hex

#74ABDD
(116,171,221)
0 Favorites   0 Comments

Color spaces of #74abdd

RGB 116171221
HSL0.580.610.66
HSV209°48°87°
CMYK 0.480.230.00   0.13
XYZ34.816538.059373.9178
Yxy38.05930.23720.2593
Hunter Lab61.6922-7.2235-27.8550
CIE-Lab68.0643-4.5912-30.8376

#74abdd color RGB value is (116,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11011101
Octal 164 253 335
Decimal 116 171 221
Hex 74 AB DD

RGB Percentages of Color #74abdd

%22.83
%33.66
%43.50

CMYK Percentages of Color #74abdd

%48
%23
%0
%13

Triadic Colors of #74abdd

#74abdd #dd74ab #abdd74

Analogous Colors of #74abdd

#74abdd #7477dd #74dddb

Monochromatic Colors of #74abdd

#74abdd

Complementary Color

#74abdd #dda674

#74abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abdd Color CSS Codes

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

#74abdd Text Font Color

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

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


#74abdd Background Color

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

This div background color is #74abdd


#74abdd Border Color

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

This div border color is #74abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abdd


Comments

No comments written yet.

Please login to write comment.