Color Hex Logo

#7daceb Color Hex

#7DACEB
(125,172,235)
0 Favorites   0 Comments

Color spaces of #7daceb

RGB 125172235
HSL0.600.730.71
HSV214°47°92°
CMYK 0.470.270.00   0.08
XYZ38.205439.863284.2780
Yxy39.86320.23530.2455
Hunter Lab63.1373-2.4771-34.9464
CIE-Lab69.37201.0222-36.4388

#7daceb color RGB value is (125,172,235).

#7daceb hex color red value is 125, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7daceb hue: 0.60 , saturation: 0.73 and the lightness value of 7daceb is 0.71.

The process color (four color CMYK) of #7daceb color hex is 0.47, 0.27, 0.00, 0.08. Web safe color of #7daceb is #6699ff. Color #7daceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11101011
Octal 175 254 353
Decimal 125 172 235
Hex 7D AC EB

RGB Percentages of Color #7daceb

%23.50
%32.33
%44.17

CMYK Percentages of Color #7daceb

%47
%27
%0
%8

Triadic Colors of #7daceb

#7daceb #eb7dac #aceb7d

Analogous Colors of #7daceb

#7daceb #857deb #7de3eb

Monochromatic Colors of #7daceb

#7daceb

Complementary Color

#7daceb #ebbc7d

#7daceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daceb Color CSS Codes

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

#7daceb Text Font Color

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

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


#7daceb Background Color

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

This div background color is #7daceb


#7daceb Border Color

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

This div border color is #7daceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daceb


Comments

No comments written yet.

Please login to write comment.