Color Hex Logo

#74abce Color Hex

#74ABCE
(116,171,206)
0 Favorites   0 Comments

Color spaces of #74abce

RGB 116171206
HSL0.560.480.63
HSV203°44°81°
CMYK 0.440.170.00   0.19
XYZ32.905937.295163.8569
Yxy37.29510.24550.2782
Hunter Lab61.0697-10.6917-19.2472
CIE-Lab67.4978-8.8172-23.4474

#74abce color RGB value is (116,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11001110
Octal 164 253 316
Decimal 116 171 206
Hex 74 AB CE

RGB Percentages of Color #74abce

%23.53
%34.69
%41.78

CMYK Percentages of Color #74abce

%44
%17
%0
%19

Triadic Colors of #74abce

#74abce #ce74ab #abce74

Analogous Colors of #74abce

#74abce #747ece #74cec4

Monochromatic Colors of #74abce

#74abce

Complementary Color

#74abce #ce9774

#74abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abce Color CSS Codes

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

#74abce Text Font Color

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

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


#74abce Background Color

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

This div background color is #74abce


#74abce Border Color

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

This div border color is #74abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abce


Comments

No comments written yet.

Please login to write comment.