Color Hex Logo

#74abbe Color Hex

#74ABBE
(116,171,190)
0 Favorites   0 Comments

Color spaces of #74abbe

RGB 116171190
HSL0.540.360.60
HSV195°39°75°
CMYK 0.390.100.00   0.25
XYZ31.059636.556554.1343
Yxy36.55650.25510.3003
Hunter Lab60.4620-14.1122-10.7616
CIE-Lab66.9430-13.1186-15.4359

#74abbe color RGB value is (116,171,190).

#74abbe hex color red value is 116, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #74abbe hue: 0.54 , saturation: 0.36 and the lightness value of 74abbe is 0.60.

The process color (four color CMYK) of #74abbe color hex is 0.39, 0.10, 0.00, 0.25. Web safe color of #74abbe is #6699cc. Color #74abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 10111110
Octal 164 253 276
Decimal 116 171 190
Hex 74 AB BE

RGB Percentages of Color #74abbe

%24.32
%35.85
%39.83

CMYK Percentages of Color #74abbe

%39
%10
%0
%25

Triadic Colors of #74abbe

#74abbe #be74ab #abbe74

Analogous Colors of #74abbe

#74abbe #7486be #74beac

Monochromatic Colors of #74abbe

#74abbe

Complementary Color

#74abbe #be8774

#74abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abbe Color CSS Codes

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

#74abbe Text Font Color

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

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


#74abbe Background Color

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

This div background color is #74abbe


#74abbe Border Color

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

This div border color is #74abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abbe


Comments

No comments written yet.

Please login to write comment.