Color Hex Logo

#72bdfd Color Hex

#72BDFD
(114,189,253)
0 Favorites   0 Comments

Color spaces of #72bdfd

RGB 114189253
HSL0.580.970.72
HSV208°55°99°
CMYK 0.550.250.00   0.01
XYZ42.866647.064499.7535
Yxy47.06440.22600.2481
Hunter Lab68.6035-8.5212-38.1887
CIE-Lab74.2309-5.4870-38.6757

#72bdfd color RGB value is (114,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111101 11111101
Octal 162 275 375
Decimal 114 189 253
Hex 72 BD FD

RGB Percentages of Color #72bdfd

%20.50
%33.99
%45.50

CMYK Percentages of Color #72bdfd

%55
%25
%0
%1

Triadic Colors of #72bdfd

#72bdfd #fd72bd #bdfd72

Analogous Colors of #72bdfd

#72bdfd #7278fd #72fdf8

Monochromatic Colors of #72bdfd

#72bdfd

Complementary Color

#72bdfd #fdb272

#72bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bdfd Color CSS Codes

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

#72bdfd Text Font Color

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

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


#72bdfd Background Color

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

This div background color is #72bdfd


#72bdfd Border Color

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

This div border color is #72bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bdfd


Comments

No comments written yet.

Please login to write comment.