Color Hex Logo

#74abcf Color Hex

#74ABCF
(116,171,207)
0 Favorites   0 Comments

Color spaces of #74abcf

RGB 116171207
HSL0.570.490.63
HSV204°44°81°
CMYK 0.440.170.00   0.19
XYZ33.027937.343864.4988
Yxy37.34380.24490.2769
Hunter Lab61.1096-10.4678-19.8016
CIE-Lab67.5342-8.5404-23.9438

#74abcf color RGB value is (116,171,207).

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

The process color (four color CMYK) of #74abcf color hex is 0.44, 0.17, 0.00, 0.19. Web safe color of #74abcf is #6699cc. Color #74abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11001111
Octal 164 253 317
Decimal 116 171 207
Hex 74 AB CF

RGB Percentages of Color #74abcf

%23.48
%34.62
%41.90

CMYK Percentages of Color #74abcf

%44
%17
%0
%19

Triadic Colors of #74abcf

#74abcf #cf74ab #abcf74

Analogous Colors of #74abcf

#74abcf #747ecf #74cfc6

Monochromatic Colors of #74abcf

#74abcf

Complementary Color

#74abcf #cf9874

#74abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abcf Color CSS Codes

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

#74abcf Text Font Color

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

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


#74abcf Background Color

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

This div background color is #74abcf


#74abcf Border Color

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

This div border color is #74abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abcf


Comments

No comments written yet.

Please login to write comment.