Color Hex Logo

#74bafc Color Hex

#74BAFC
(116,186,252)
0 Favorites   0 Comments

Color spaces of #74bafc

RGB 116186252
HSL0.580.960.72
HSV209°54°99°
CMYK 0.540.260.00   0.01
XYZ42.332145.859198.7160
Yxy45.85910.22650.2454
Hunter Lab67.7193-6.9266-39.0248
CIE-Lab73.4540-3.7385-39.3394

#74bafc color RGB value is (116,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 11111100
Octal 164 272 374
Decimal 116 186 252
Hex 74 BA FC

RGB Percentages of Color #74bafc

%20.94
%33.57
%45.49

CMYK Percentages of Color #74bafc

%54
%26
%0
%1

Triadic Colors of #74bafc

#74bafc #fc74ba #bafc74

Analogous Colors of #74bafc

#74bafc #7476fc #74fcfa

Monochromatic Colors of #74bafc

#74bafc

Complementary Color

#74bafc #fcb674

#74bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bafc Color CSS Codes

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

#74bafc Text Font Color

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

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


#74bafc Background Color

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

This div background color is #74bafc


#74bafc Border Color

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

This div border color is #74bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bafc

Related Colors


Comments

No comments written yet.

Please login to write comment.