Color Hex Logo

#74bafd Color Hex

#74BAFD
(116,186,253)
0 Favorites   0 Comments

Color spaces of #74bafd

RGB 116186253
HSL0.580.970.72
HSV209°54°99°
CMYK 0.540.260.00   0.01
XYZ42.491045.922799.5530
Yxy45.92270.22610.2443
Hunter Lab67.7663-6.6675-39.6644
CIE-Lab73.4953-3.4395-39.8137

#74bafd color RGB value is (116,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 11111101
Octal 164 272 375
Decimal 116 186 253
Hex 74 BA FD

RGB Percentages of Color #74bafd

%20.90
%33.51
%45.59

CMYK Percentages of Color #74bafd

%54
%26
%0
%1

Triadic Colors of #74bafd

#74bafd #fd74ba #bafd74

Analogous Colors of #74bafd

#74bafd #7476fd #74fdfc

Monochromatic Colors of #74bafd

#74bafd

Complementary Color

#74bafd #fdb774

#74bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bafd Color CSS Codes

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

#74bafd Text Font Color

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

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


#74bafd Background Color

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

This div background color is #74bafd


#74bafd Border Color

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

This div border color is #74bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bafd


Comments

No comments written yet.

Please login to write comment.