Color Hex Logo

#72bafd Color Hex

#72BAFD
(114,186,253)
0 Favorites   0 Comments

Color spaces of #72bafd

RGB 114186253
HSL0.580.970.72
HSV209°55°99°
CMYK 0.550.260.00   0.01
XYZ42.228045.787199.5406
Yxy45.78710.22510.2441
Hunter Lab67.6662-7.0204-39.8525
CIE-Lab73.4072-3.8498-39.9577

#72bafd color RGB value is (114,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111010 11111101
Octal 162 272 375
Decimal 114 186 253
Hex 72 BA FD

RGB Percentages of Color #72bafd

%20.61
%33.63
%45.75

CMYK Percentages of Color #72bafd

%55
%26
%0
%1

Triadic Colors of #72bafd

#72bafd #fd72ba #bafd72

Analogous Colors of #72bafd

#72bafd #7275fd #72fdfb

Monochromatic Colors of #72bafd

#72bafd

Complementary Color

#72bafd #fdb572

#72bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bafd Color CSS Codes

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

#72bafd Text Font Color

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

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


#72bafd Background Color

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

This div background color is #72bafd


#72bafd Border Color

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

This div border color is #72bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #72bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bafd


Comments

No comments written yet.

Please login to write comment.