Color Hex Logo

#74aebf Color Hex

#74AEBF
(116,174,191)
0 Favorites   0 Comments

Color spaces of #74aebf

RGB 116174191
HSL0.540.370.60
HSV194°39°75°
CMYK 0.390.090.00   0.25
XYZ31.742537.746754.9030
Yxy37.74670.25520.3034
Hunter Lab61.4383-15.2940-9.9763
CIE-Lab67.8335-14.4514-14.6469

#74aebf color RGB value is (116,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 10111111
Octal 164 256 277
Decimal 116 174 191
Hex 74 AE BF

RGB Percentages of Color #74aebf

%24.12
%36.17
%39.71

CMYK Percentages of Color #74aebf

%39
%9
%0
%25

Triadic Colors of #74aebf

#74aebf #bf74ae #aebf74

Analogous Colors of #74aebf

#74aebf #7489bf #74bfab

Monochromatic Colors of #74aebf

#74aebf

Complementary Color

#74aebf #bf8574

#74aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aebf Color CSS Codes

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

#74aebf Text Font Color

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

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


#74aebf Background Color

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

This div background color is #74aebf


#74aebf Border Color

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

This div border color is #74aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aebf


Comments

No comments written yet.

Please login to write comment.