Color Hex Logo

#7dbace Color Hex

#7DBACE
(125,186,206)
0 Favorites   0 Comments

Color spaces of #7dbace

RGB 125186206
HSL0.540.450.65
HSV195°39°81°
CMYK 0.390.100.00   0.19
XYZ37.156943.934064.9143
Yxy43.93400.25450.3009
Hunter Lab66.2827-15.9309-11.6680
CIE-Lab72.1844-14.5071-16.2862

#7dbace color RGB value is (125,186,206).

#7dbace hex color red value is 125, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7dbace hue: 0.54 , saturation: 0.45 and the lightness value of 7dbace is 0.65.

The process color (four color CMYK) of #7dbace color hex is 0.39, 0.10, 0.00, 0.19. Web safe color of #7dbace is #66cccc. Color #7dbace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 11001110
Octal 175 272 316
Decimal 125 186 206
Hex 7D BA CE

RGB Percentages of Color #7dbace

%24.18
%35.98
%39.85

CMYK Percentages of Color #7dbace

%39
%10
%0
%19

Triadic Colors of #7dbace

#7dbace #ce7dba #bace7d

Analogous Colors of #7dbace

#7dbace #7d92ce #7dceba

Monochromatic Colors of #7dbace

#7dbace

Complementary Color

#7dbace #ce917d

#7dbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbace Color CSS Codes

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

#7dbace Text Font Color

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

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


#7dbace Background Color

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

This div background color is #7dbace


#7dbace Border Color

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

This div border color is #7dbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbace


Comments

No comments written yet.

Please login to write comment.