Color Hex Logo

#72afeb Color Hex

#72AFEB
(114,175,235)
0 Favorites   0 Comments

Color spaces of #72afeb

RGB 114175235
HSL0.580.750.68
HSV210°51°92°
CMYK 0.510.260.00   0.08
XYZ37.264840.235584.3994
Yxy40.23550.23020.2485
Hunter Lab63.4315-6.1396-34.4869
CIE-Lab69.6369-3.1733-36.0701

#72afeb color RGB value is (114,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 11101011
Octal 162 257 353
Decimal 114 175 235
Hex 72 AF EB

RGB Percentages of Color #72afeb

%21.76
%33.40
%44.85

CMYK Percentages of Color #72afeb

%51
%26
%0
%8

Triadic Colors of #72afeb

#72afeb #eb72af #afeb72

Analogous Colors of #72afeb

#72afeb #7273eb #72ebeb

Monochromatic Colors of #72afeb

#72afeb

Complementary Color

#72afeb #ebae72

#72afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afeb Color CSS Codes

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

#72afeb Text Font Color

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

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


#72afeb Background Color

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

This div background color is #72afeb


#72afeb Border Color

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

This div border color is #72afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afeb


Comments

No comments written yet.

Please login to write comment.