Color Hex Logo

#74adeb Color Hex

#74ADEB
(116,173,235)
0 Favorites   0 Comments

Color spaces of #74adeb

RGB 116173235
HSL0.590.750.69
HSV211°51°92°
CMYK 0.510.260.00   0.08
XYZ37.141439.598384.2829
Yxy39.59830.23070.2459
Hunter Lab62.9272-4.7668-35.3623
CIE-Lab69.1825-1.6187-36.7691

#74adeb color RGB value is (116,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 11101011
Octal 164 255 353
Decimal 116 173 235
Hex 74 AD EB

RGB Percentages of Color #74adeb

%22.14
%33.02
%44.85

CMYK Percentages of Color #74adeb

%51
%26
%0
%8

Triadic Colors of #74adeb

#74adeb #eb74ad #adeb74

Analogous Colors of #74adeb

#74adeb #7774eb #74e9eb

Monochromatic Colors of #74adeb

#74adeb

Complementary Color

#74adeb #ebb274

#74adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adeb Color CSS Codes

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

#74adeb Text Font Color

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

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


#74adeb Background Color

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

This div background color is #74adeb


#74adeb Border Color

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

This div border color is #74adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adeb


Comments

No comments written yet.

Please login to write comment.