Color Hex Logo

#72bdee Color Hex

#72BDEE
(114,189,238)
0 Favorites   0 Comments

Color spaces of #72bdee

RGB 114189238
HSL0.570.780.69
HSV204°52°93°
CMYK 0.520.210.00   0.07
XYZ40.569646.145687.6577
Yxy46.14560.23270.2646
Hunter Lab67.9306-12.2744-28.9565
CIE-Lab73.6399-9.9144-31.5028

#72bdee color RGB value is (114,189,238).

#72bdee hex color red value is 114, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #72bdee hue: 0.57 , saturation: 0.78 and the lightness value of 72bdee is 0.69.

The process color (four color CMYK) of #72bdee color hex is 0.52, 0.21, 0.00, 0.07. Web safe color of #72bdee is #66ccff. Color #72bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111101 11101110
Octal 162 275 356
Decimal 114 189 238
Hex 72 BD EE

RGB Percentages of Color #72bdee

%21.07
%34.94
%43.99

CMYK Percentages of Color #72bdee

%52
%21
%0
%7

Triadic Colors of #72bdee

#72bdee #ee72bd #bdee72

Analogous Colors of #72bdee

#72bdee #727fee #72eee1

Monochromatic Colors of #72bdee

#72bdee

Complementary Color

#72bdee #eea372

#72bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bdee Color CSS Codes

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

#72bdee Text Font Color

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

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


#72bdee Background Color

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

This div background color is #72bdee


#72bdee Border Color

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

This div border color is #72bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bdee


Comments

No comments written yet.

Please login to write comment.