Color Hex Logo

#74bcfe Color Hex

#74BCFE
(116,188,254)
0 Favorites   0 Comments

Color spaces of #74bcfe

RGB 116188254
HSL0.580.990.73
HSV209°54°100°
CMYK 0.540.260.00   0.00
XYZ43.075146.8352100.5357
Yxy46.83520.22620.2459
Hunter Lab68.4362-7.4121-39.1941
CIE-Lab74.0842-4.2339-39.4350

#74bcfe color RGB value is (116,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 11111110
Octal 164 274 376
Decimal 116 188 254
Hex 74 BC FE

RGB Percentages of Color #74bcfe

%20.79
%33.69
%45.52

CMYK Percentages of Color #74bcfe

%54
%26
%0
%0

Triadic Colors of #74bcfe

#74bcfe #fe74bc #bcfe74

Analogous Colors of #74bcfe

#74bcfe #7477fe #74fefb

Monochromatic Colors of #74bcfe

#74bcfe

Complementary Color

#74bcfe #feb674

#74bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcfe Color CSS Codes

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

#74bcfe Text Font Color

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

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


#74bcfe Background Color

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

This div background color is #74bcfe


#74bcfe Border Color

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

This div border color is #74bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcfe


Comments

No comments written yet.

Please login to write comment.