Color Hex Logo

#74abeb Color Hex

#74ABEB
(116,171,235)
0 Favorites   0 Comments

Color spaces of #74abeb

RGB 116171235
HSL0.590.750.69
HSV212°51°92°
CMYK 0.510.270.00   0.08
XYZ36.760838.837084.1560
Yxy38.83700.23010.2431
Hunter Lab62.3193-3.7656-36.4416
CIE-Lab68.6330-0.5034-37.6242

#74abeb color RGB value is (116,171,235).

#74abeb hex color red value is 116, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #74abeb hue: 0.59 , saturation: 0.75 and the lightness value of 74abeb is 0.69.

The process color (four color CMYK) of #74abeb color hex is 0.51, 0.27, 0.00, 0.08. Web safe color of #74abeb is #6699ff. Color #74abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101011 11101011
Octal 164 253 353
Decimal 116 171 235
Hex 74 AB EB

RGB Percentages of Color #74abeb

%22.22
%32.76
%45.02

CMYK Percentages of Color #74abeb

%51
%27
%0
%8

Triadic Colors of #74abeb

#74abeb #eb74ab #abeb74

Analogous Colors of #74abeb

#74abeb #7974eb #74e7eb

Monochromatic Colors of #74abeb

#74abeb

Complementary Color

#74abeb #ebb474

#74abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74abeb Color CSS Codes

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

#74abeb Text Font Color

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

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


#74abeb Background Color

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

This div background color is #74abeb


#74abeb Border Color

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

This div border color is #74abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74abeb


Comments

No comments written yet.

Please login to write comment.