Color Hex Logo

#74abda Color Hex

#74ABDA
(116,171,218)
0 Favorites   0 Comments

Color spaces of #74abda

RGB 116171218
HSL0.580.580.65
HSV208°47°85°
CMYK 0.470.220.00   0.15
XYZ34.420337.900871.8311
Yxy37.90080.23880.2629
Hunter Lab61.5636-7.9368-26.0837
CIE-Lab67.9474-5.4497-29.3692

#74abda color RGB value is (116,171,218).

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

The process color (four color CMYK) of #74abda color hex is 0.47, 0.22, 0.00, 0.15. Web safe color of #74abda is #6699cc. Color #74abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11011010
Octal 164 253 332
Decimal 116 171 218
Hex 74 AB DA

RGB Percentages of Color #74abda

%22.97
%33.86
%43.17

CMYK Percentages of Color #74abda

%47
%22
%0
%15

Triadic Colors of #74abda

#74abda #da74ab #abda74

Analogous Colors of #74abda

#74abda #7478da #74dad6

Monochromatic Colors of #74abda

#74abda

Complementary Color

#74abda #daa374

#74abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abda Color CSS Codes

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

#74abda Text Font Color

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

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


#74abda Background Color

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

This div background color is #74abda


#74abda Border Color

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

This div border color is #74abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abda


Comments

No comments written yet.

Please login to write comment.