Color Hex Logo

#7dabec Color Hex

#7DABEC
(125,171,236)
0 Favorites   0 Comments

Color spaces of #7dabec

RGB 125171236
HSL0.600.740.71
HSV215°47°93°
CMYK 0.470.280.00   0.07
XYZ38.160739.541984.9780
Yxy39.54190.23460.2431
Hunter Lab62.8824-1.7198-36.1057
CIE-Lab69.14201.8696-37.3423

#7dabec color RGB value is (125,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101011 11101100
Octal 175 253 354
Decimal 125 171 236
Hex 7D AB EC

RGB Percentages of Color #7dabec

%23.50
%32.14
%44.36

CMYK Percentages of Color #7dabec

%47
%28
%0
%7

Triadic Colors of #7dabec

#7dabec #ec7dab #abec7d

Analogous Colors of #7dabec

#7dabec #877dec #7de3ec

Monochromatic Colors of #7dabec

#7dabec

Complementary Color

#7dabec #ecbe7d

#7dabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dabec Color CSS Codes

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

#7dabec Text Font Color

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

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


#7dabec Background Color

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

This div background color is #7dabec


#7dabec Border Color

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

This div border color is #7dabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dabec


Comments

No comments written yet.

Please login to write comment.