Color Hex Logo

#74bafb Color Hex

#74BAFB
(116,186,251)
0 Favorites   0 Comments

Color spaces of #74bafb

RGB 116186251
HSL0.580.940.72
HSV209°54°98°
CMYK 0.540.260.00   0.02
XYZ42.174045.795897.8835
Yxy45.79580.22690.2464
Hunter Lab67.6726-7.1847-38.3879
CIE-Lab73.4128-4.0369-38.8647

#74bafb color RGB value is (116,186,251).

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

The process color (four color CMYK) of #74bafb color hex is 0.54, 0.26, 0.00, 0.02. Web safe color of #74bafb is #66ccff. Color #74bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 11111011
Octal 164 272 373
Decimal 116 186 251
Hex 74 BA FB

RGB Percentages of Color #74bafb

%20.98
%33.63
%45.39

CMYK Percentages of Color #74bafb

%54
%26
%0
%2

Triadic Colors of #74bafb

#74bafb #fb74ba #bafb74

Analogous Colors of #74bafb

#74bafb #7477fb #74fbf9

Monochromatic Colors of #74bafb

#74bafb

Complementary Color

#74bafb #fbb574

#74bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bafb Color CSS Codes

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

#74bafb Text Font Color

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

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


#74bafb Background Color

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

This div background color is #74bafb


#74bafb Border Color

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

This div border color is #74bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bafb

Related Colors


Comments

No comments written yet.

Please login to write comment.