Color Hex Logo

#74aeba Color Hex

#74AEBA
(116,174,186)
0 Favorites   0 Comments

Color spaces of #74aeba

RGB 116174186
HSL0.530.340.59
HSV190°38°73°
CMYK 0.380.060.00   0.27
XYZ31.201437.530352.0540
Yxy37.53030.25830.3107
Hunter Lab61.2620-16.2964-7.4950
CIE-Lab67.6730-15.7420-12.1211

#74aeba color RGB value is (116,174,186).

#74aeba hex color red value is 116, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #74aeba hue: 0.53 , saturation: 0.34 and the lightness value of 74aeba is 0.59.

The process color (four color CMYK) of #74aeba color hex is 0.38, 0.06, 0.00, 0.27. Web safe color of #74aeba is #6699cc. Color #74aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 10111010
Octal 164 256 272
Decimal 116 174 186
Hex 74 AE BA

RGB Percentages of Color #74aeba

%24.37
%36.55
%39.08

CMYK Percentages of Color #74aeba

%38
%6
%0
%27

Triadic Colors of #74aeba

#74aeba #ba74ae #aeba74

Analogous Colors of #74aeba

#74aeba #748bba #74baa3

Monochromatic Colors of #74aeba

#74aeba

Complementary Color

#74aeba #ba8074

#74aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aeba Color CSS Codes

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

#74aeba Text Font Color

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

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


#74aeba Background Color

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

This div background color is #74aeba


#74aeba Border Color

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

This div border color is #74aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aeba


Comments

No comments written yet.

Please login to write comment.