Color Hex Logo

#74aefb Color Hex

#74AEFB
(116,174,251)
0 Favorites   0 Comments

Color spaces of #74aefb

RGB 116174251
HSL0.600.940.72
HSV214°54°98°
CMYK 0.540.310.00   0.02
XYZ39.751140.950197.0758
Yxy40.95010.22360.2303
Hunter Lab63.9923-1.1048-45.1479
CIE-Lab70.14092.6184-43.9735

#74aefb color RGB value is (116,174,251).

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

The process color (four color CMYK) of #74aefb color hex is 0.54, 0.31, 0.00, 0.02. Web safe color of #74aefb is #6699ff. Color #74aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 11111011
Octal 164 256 373
Decimal 116 174 251
Hex 74 AE FB

RGB Percentages of Color #74aefb

%21.44
%32.16
%46.40

CMYK Percentages of Color #74aefb

%54
%31
%0
%2

Triadic Colors of #74aefb

#74aefb #fb74ae #aefb74

Analogous Colors of #74aefb

#74aefb #7e74fb #74f2fb

Monochromatic Colors of #74aefb

#74aefb

Complementary Color

#74aefb #fbc174

#74aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aefb Color CSS Codes

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

#74aefb Text Font Color

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

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


#74aefb Background Color

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

This div background color is #74aefb


#74aefb Border Color

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

This div border color is #74aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aefb


Comments

No comments written yet.

Please login to write comment.