Color Hex Logo

#7dbade Color Hex

#7DBADE
(125,186,222)
0 Favorites   0 Comments

Color spaces of #7dbade

RGB 125186222
HSL0.560.600.68
HSV202°44°87°
CMYK 0.440.160.00   0.13
XYZ39.201244.751775.6791
Yxy44.75170.24560.2803
Hunter Lab66.8967-12.4690-20.2461
CIE-Lab72.7281-10.2653-24.1817

#7dbade color RGB value is (125,186,222).

#7dbade hex color red value is 125, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7dbade hue: 0.56 , saturation: 0.60 and the lightness value of 7dbade is 0.68.

The process color (four color CMYK) of #7dbade color hex is 0.44, 0.16, 0.00, 0.13. Web safe color of #7dbade is #66cccc. Color #7dbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 11011110
Octal 175 272 336
Decimal 125 186 222
Hex 7D BA DE

RGB Percentages of Color #7dbade

%23.45
%34.90
%41.65

CMYK Percentages of Color #7dbade

%44
%16
%0
%13

Triadic Colors of #7dbade

#7dbade #de7dba #bade7d

Analogous Colors of #7dbade

#7dbade #7d8ade #7dded2

Monochromatic Colors of #7dbade

#7dbade

Complementary Color

#7dbade #dea17d

#7dbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbade Color CSS Codes

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

#7dbade Text Font Color

<p style="color:#7dbade">Text here</p>

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


#7dbade Background Color

<div style="background-color:#7dbade">
Div content here</div>

This div background color is #7dbade


#7dbade Border Color

<div style="border:3px solid #7dbade">
Div here</div>

This div border color is #7dbade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,186,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dbade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dbade;
  -webkit-box-shadow: 1px 1px 3px 2px #7dbade;
  box-shadow:         1px 1px 3px 2px #7dbade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,186,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbade


Comments

No comments written yet.

Please login to write comment.