Color Hex Logo

#72adeb Color Hex

#72ADEB
(114,173,235)
0 Favorites   0 Comments

Color spaces of #72adeb

RGB 114173235
HSL0.590.750.68
HSV211°51°92°
CMYK 0.510.260.00   0.08
XYZ36.878439.462784.2706
Yxy39.46270.22960.2457
Hunter Lab62.8193-5.1446-35.5625
CIE-Lab69.0851-2.0640-36.9280

#72adeb color RGB value is (114,173,235).

#72adeb hex color red value is 114, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #72adeb hue: 0.59 , saturation: 0.75 and the lightness value of 72adeb is 0.68.

The process color (four color CMYK) of #72adeb color hex is 0.51, 0.26, 0.00, 0.08. Web safe color of #72adeb is #6699ff. Color #72adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 11101011
Octal 162 255 353
Decimal 114 173 235
Hex 72 AD EB

RGB Percentages of Color #72adeb

%21.84
%33.14
%45.02

CMYK Percentages of Color #72adeb

%51
%26
%0
%8

Triadic Colors of #72adeb

#72adeb #eb72ad #adeb72

Analogous Colors of #72adeb

#72adeb #7472eb #72eaeb

Monochromatic Colors of #72adeb

#72adeb

Complementary Color

#72adeb #ebb072

#72adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adeb Color CSS Codes

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

#72adeb Text Font Color

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

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


#72adeb Background Color

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

This div background color is #72adeb


#72adeb Border Color

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

This div border color is #72adeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adeb


Comments

No comments written yet.

Please login to write comment.