Color Hex Logo

#74afdc Color Hex

#74AFDC
(116,175,220)
0 Favorites   0 Comments

Color spaces of #74afdc

RGB 116175220
HSL0.570.600.66
HSV206°47°86°
CMYK 0.470.200.00   0.14
XYZ35.450739.540373.4737
Yxy39.54030.23880.2663
Hunter Lab62.8811-9.4083-25.2609
CIE-Lab69.1408-7.0724-28.6287

#74afdc color RGB value is (116,175,220).

#74afdc hex color red value is 116, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #74afdc hue: 0.57 , saturation: 0.60 and the lightness value of 74afdc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11011100
Octal 164 257 334
Decimal 116 175 220
Hex 74 AF DC

RGB Percentages of Color #74afdc

%22.70
%34.25
%43.05

CMYK Percentages of Color #74afdc

%47
%20
%0
%14

Triadic Colors of #74afdc

#74afdc #dc74af #afdc74

Analogous Colors of #74afdc

#74afdc #747bdc #74dcd5

Monochromatic Colors of #74afdc

#74afdc

Complementary Color

#74afdc #dca174

#74afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afdc Color CSS Codes

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

#74afdc Text Font Color

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

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


#74afdc Background Color

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

This div background color is #74afdc


#74afdc Border Color

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

This div border color is #74afdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,175,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 #74afdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afdc


Comments

No comments written yet.

Please login to write comment.