Color Hex Logo

#72bffd Color Hex

#72BFFD
(114,191,253)
0 Favorites   0 Comments

Color spaces of #72bffd

RGB 114191253
HSL0.570.970.72
HSV207°55°99°
CMYK 0.550.250.00   0.01
XYZ43.299947.930999.8979
Yxy47.93090.22650.2508
Hunter Lab69.2321-9.5169-37.0895
CIE-Lab74.7813-6.5717-37.8204

#72bffd color RGB value is (114,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 11111101
Octal 162 277 375
Decimal 114 191 253
Hex 72 BF FD

RGB Percentages of Color #72bffd

%20.43
%34.23
%45.34

CMYK Percentages of Color #72bffd

%55
%25
%0
%1

Triadic Colors of #72bffd

#72bffd #fd72bf #bffd72

Analogous Colors of #72bffd

#72bffd #727afd #72fdf6

Monochromatic Colors of #72bffd

#72bffd

Complementary Color

#72bffd #fdb072

#72bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bffd Color CSS Codes

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

#72bffd Text Font Color

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

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


#72bffd Background Color

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

This div background color is #72bffd


#72bffd Border Color

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

This div border color is #72bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bffd


Comments

No comments written yet.

Please login to write comment.