Color Hex Logo

#72cddb Color Hex

#72CDDB
(114,205,219)
0 Favorites   0 Comments

Color spaces of #72cddb

RGB 114205219
HSL0.520.590.65
HSV188°48°86°
CMYK 0.480.060.00   0.14
XYZ41.556952.354574.9330
Yxy52.35450.24610.3101
Hunter Lab72.3564-24.1047-10.7518
CIE-Lab77.4923-23.4902-15.3834

#72cddb color RGB value is (114,205,219).

#72cddb hex color red value is 114, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #72cddb hue: 0.52 , saturation: 0.59 and the lightness value of 72cddb is 0.65.

The process color (four color CMYK) of #72cddb color hex is 0.48, 0.06, 0.00, 0.14. Web safe color of #72cddb is #66cccc. Color #72cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001101 11011011
Octal 162 315 333
Decimal 114 205 219
Hex 72 CD DB

RGB Percentages of Color #72cddb

%21.19
%38.10
%40.71

CMYK Percentages of Color #72cddb

%48
%6
%0
%14

Triadic Colors of #72cddb

#72cddb #db72cd #cddb72

Analogous Colors of #72cddb

#72cddb #7299db #72dbb5

Monochromatic Colors of #72cddb

#72cddb

Complementary Color

#72cddb #db8072

#72cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cddb Color CSS Codes

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

#72cddb Text Font Color

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

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


#72cddb Background Color

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

This div background color is #72cddb


#72cddb Border Color

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

This div border color is #72cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cddb


Comments

No comments written yet.

Please login to write comment.