color codes Logo

#72d1fd color codes

#72D1FD
(114,209,253)
0 Favorites   0 Comments

Color spaces of #72d1fd

RGB 114209253
HSL0.550.970.72
HSV199°55°99°
CMYK 0.550.170.00   0.01
XYZ47.469556.2702101.2878
Yxy56.27020.23150.2745
Hunter Lab75.0135-18.3164-27.5476
CIE-Lab79.7674-16.0904-30.1210

#72d1fd color RGB value is (114,209,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11010001 11111101
Octal 162 321 375
Decimal 114 209 253
Hex 72 D1 FD

RGB Percentages of Color #72d1fd

%19.79
%36.28
%43.92

CMYK Percentages of Color #72d1fd

%55
%17
%0
%1

Triadic Colors of #72d1fd

#72d1fd #fd72d1 #d1fd72

Analogous Colors of #72d1fd

#72d1fd #728cfd #72fde4

Monochromatic Colors of #72d1fd

#72d1fd

Complementary Color

#72d1fd #fd9e72

#72d1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72d1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72d1fd Color CSS Codes

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

#72d1fd Text Font Color

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

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


#72d1fd Background Color

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

This div background color is #72d1fd


#72d1fd Border Color

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

This div border color is #72d1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72d1fd


Comments

No comments written yet.

Please login to write comment.