Color Hex Logo

#74afeb Color Hex

#74AFEB
(116,175,235)
0 Favorites   0 Comments

Color spaces of #74afeb

RGB 116175235
HSL0.580.750.69
HSV210°51°92°
CMYK 0.510.260.00   0.08
XYZ37.527840.371184.4117
Yxy40.37110.23120.2487
Hunter Lab63.5383-5.7639-34.2910
CIE-Lab69.7330-2.7286-35.9133

#74afeb color RGB value is (116,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 11101011
Octal 164 257 353
Decimal 116 175 235
Hex 74 AF EB

RGB Percentages of Color #74afeb

%22.05
%33.27
%44.68

CMYK Percentages of Color #74afeb

%51
%26
%0
%8

Triadic Colors of #74afeb

#74afeb #eb74af #afeb74

Analogous Colors of #74afeb

#74afeb #7574eb #74ebeb

Monochromatic Colors of #74afeb

#74afeb

Complementary Color

#74afeb #ebb074

#74afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afeb Color CSS Codes

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

#74afeb Text Font Color

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

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


#74afeb Background Color

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

This div background color is #74afeb


#74afeb Border Color

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

This div border color is #74afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afeb


Comments

No comments written yet.

Please login to write comment.