Color Hex Logo

#74aebe Color Hex

#74AEBE
(116,174,190)
0 Favorites   0 Comments

Color spaces of #74aebe

RGB 116174190
HSL0.540.360.60
HSV193°39°75°
CMYK 0.390.080.00   0.25
XYZ31.632837.702854.3253
Yxy37.70280.25580.3049
Hunter Lab61.4026-15.4967-9.4744
CIE-Lab67.8010-14.7113-14.1426

#74aebe color RGB value is (116,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 10111110
Octal 164 256 276
Decimal 116 174 190
Hex 74 AE BE

RGB Percentages of Color #74aebe

%24.17
%36.25
%39.58

CMYK Percentages of Color #74aebe

%39
%8
%0
%25

Triadic Colors of #74aebe

#74aebe #be74ae #aebe74

Analogous Colors of #74aebe

#74aebe #7489be #74bea9

Monochromatic Colors of #74aebe

#74aebe

Complementary Color

#74aebe #be8474

#74aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aebe Color CSS Codes

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

#74aebe Text Font Color

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

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


#74aebe Background Color

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

This div background color is #74aebe


#74aebe Border Color

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

This div border color is #74aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aebe


Comments

No comments written yet.

Please login to write comment.