Color Hex Logo

#74abdf Color Hex

#74ABDF
(116,171,223)
0 Favorites   0 Comments

Color spaces of #74abdf

RGB 116171223
HSL0.580.630.66
HSV209°48°87°
CMYK 0.480.230.00   0.13
XYZ35.084738.166575.3298
Yxy38.16650.23610.2569
Hunter Lab61.7790-6.7421-29.0495
CIE-Lab68.1432-4.0148-31.8138

#74abdf color RGB value is (116,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11011111
Octal 164 253 337
Decimal 116 171 223
Hex 74 AB DF

RGB Percentages of Color #74abdf

%22.75
%33.53
%43.73

CMYK Percentages of Color #74abdf

%48
%23
%0
%13

Triadic Colors of #74abdf

#74abdf #df74ab #abdf74

Analogous Colors of #74abdf

#74abdf #7476df #74dfde

Monochromatic Colors of #74abdf

#74abdf

Complementary Color

#74abdf #dfa874

#74abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abdf Color CSS Codes

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

#74abdf Text Font Color

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

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


#74abdf Background Color

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

This div background color is #74abdf


#74abdf Border Color

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

This div border color is #74abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abdf


Comments

No comments written yet.

Please login to write comment.