Color Hex Logo

#74bbfb Color Hex

#74BBFB
(116,187,251)
0 Favorites   0 Comments

Color spaces of #74bbfb

RGB 116187251
HSL0.580.940.72
HSV208°54°98°
CMYK 0.540.250.00   0.02
XYZ42.385446.218797.9539
Yxy46.21870.22720.2477
Hunter Lab67.9843-7.6853-37.8378
CIE-Lab73.6872-4.5835-38.4379

#74bbfb color RGB value is (116,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 11111011
Octal 164 273 373
Decimal 116 187 251
Hex 74 BB FB

RGB Percentages of Color #74bbfb

%20.94
%33.75
%45.31

CMYK Percentages of Color #74bbfb

%54
%25
%0
%2

Triadic Colors of #74bbfb

#74bbfb #fb74bb #bbfb74

Analogous Colors of #74bbfb

#74bbfb #7478fb #74fbf8

Monochromatic Colors of #74bbfb

#74bbfb

Complementary Color

#74bbfb #fbb474

#74bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbfb Color CSS Codes

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

#74bbfb Text Font Color

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

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


#74bbfb Background Color

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

This div background color is #74bbfb


#74bbfb Border Color

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

This div border color is #74bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.