Color Hex Logo

#74bcfb Color Hex

#74BCFB
(116,188,251)
0 Favorites   0 Comments

Color spaces of #74bcfb

RGB 116188251
HSL0.580.940.72
HSV208°54°98°
CMYK 0.540.250.00   0.02
XYZ42.598346.644598.0249
Yxy46.64450.22750.2491
Hunter Lab68.2968-8.1847-37.2899
CIE-Lab73.9618-5.1285-38.0112

#74bcfb color RGB value is (116,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 11111011
Octal 164 274 373
Decimal 116 188 251
Hex 74 BC FB

RGB Percentages of Color #74bcfb

%20.90
%33.87
%45.23

CMYK Percentages of Color #74bcfb

%54
%25
%0
%2

Triadic Colors of #74bcfb

#74bcfb #fb74bc #bcfb74

Analogous Colors of #74bcfb

#74bcfb #7479fb #74fbf7

Monochromatic Colors of #74bcfb

#74bcfb

Complementary Color

#74bcfb #fbb374

#74bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcfb Color CSS Codes

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

#74bcfb Text Font Color

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

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


#74bcfb Background Color

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

This div background color is #74bcfb


#74bcfb Border Color

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

This div border color is #74bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcfb


Comments

No comments written yet.

Please login to write comment.