Color Hex Logo

#74aece Color Hex

#74AECE
(116,174,206)
0 Favorites   0 Comments

Color spaces of #74aece

RGB 116174206
HSL0.560.480.63
HSV201°44°81°
CMYK 0.440.160.00   0.19
XYZ33.479138.441364.0479
Yxy38.44130.24620.2827
Hunter Lab62.0010-12.1161-17.8466
CIE-Lab68.3446-10.4402-22.1542

#74aece color RGB value is (116,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 11001110
Octal 164 256 316
Decimal 116 174 206
Hex 74 AE CE

RGB Percentages of Color #74aece

%23.39
%35.08
%41.53

CMYK Percentages of Color #74aece

%44
%16
%0
%19

Triadic Colors of #74aece

#74aece #ce74ae #aece74

Analogous Colors of #74aece

#74aece #7481ce #74cec1

Monochromatic Colors of #74aece

#74aece

Complementary Color

#74aece #ce9474

#74aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aece Color CSS Codes

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

#74aece Text Font Color

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

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


#74aece Background Color

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

This div background color is #74aece


#74aece Border Color

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

This div border color is #74aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aece


Comments

No comments written yet.

Please login to write comment.