Color Hex Logo

#72cada Color Hex

#72CADA
(114,202,218)
0 Favorites   0 Comments

Color spaces of #72cada

RGB 114202218
HSL0.530.580.65
HSV189°48°85°
CMYK 0.480.070.00   0.15
XYZ40.714850.880474.0047
Yxy50.88040.24590.3072
Hunter Lab71.3305-22.9422-11.5815
CIE-Lab76.6065-22.2528-16.1785

#72cada color RGB value is (114,202,218).

#72cada hex color red value is 114, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #72cada hue: 0.53 , saturation: 0.58 and the lightness value of 72cada is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11011010
Octal 162 312 332
Decimal 114 202 218
Hex 72 CA DA

RGB Percentages of Color #72cada

%21.35
%37.83
%40.82

CMYK Percentages of Color #72cada

%48
%7
%0
%15

Triadic Colors of #72cada

#72cada #da72ca #cada72

Analogous Colors of #72cada

#72cada #7296da #72dab6

Monochromatic Colors of #72cada

#72cada

Complementary Color

#72cada #da8272

#72cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cada Color CSS Codes

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

#72cada Text Font Color

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

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


#72cada Background Color

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

This div background color is #72cada


#72cada Border Color

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

This div border color is #72cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cada


Comments

No comments written yet.

Please login to write comment.