Color Hex Logo

#74bbfe Color Hex

#74BBFE
(116,187,254)
0 Favorites   0 Comments

Color spaces of #74bbfe

RGB 116187254
HSL0.580.990.73
HSV209°54°100°
CMYK 0.540.260.00   0.00
XYZ42.862246.4094100.4648
Yxy46.40940.22590.2446
Hunter Lab68.1244-6.9100-39.7493
CIE-Lab73.8104-3.6874-39.8614

#74bbfe color RGB value is (116,187,254).

#74bbfe hex color red value is 116, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #74bbfe hue: 0.58 , saturation: 0.99 and the lightness value of 74bbfe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 11111110
Octal 164 273 376
Decimal 116 187 254
Hex 74 BB FE

RGB Percentages of Color #74bbfe

%20.83
%33.57
%45.60

CMYK Percentages of Color #74bbfe

%54
%26
%0
%0

Triadic Colors of #74bbfe

#74bbfe #fe74bb #bbfe74

Analogous Colors of #74bbfe

#74bbfe #7476fe #74fefc

Monochromatic Colors of #74bbfe

#74bbfe

Complementary Color

#74bbfe #feb774

#74bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbfe Color CSS Codes

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

#74bbfe Text Font Color

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

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


#74bbfe Background Color

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

This div background color is #74bbfe


#74bbfe Border Color

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

This div border color is #74bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbfe


Comments

No comments written yet.

Please login to write comment.