Color Hex Logo

#7badec Color Hex

#7BADEC
(123,173,236)
0 Favorites   0 Comments

Color spaces of #7badec

RGB 123173236
HSL0.590.750.70
HSV213°48°93°
CMYK 0.480.270.00   0.07
XYZ38.252340.154285.0913
Yxy40.15420.23400.2456
Hunter Lab63.3673-3.1396-35.2590
CIE-Lab69.57920.2799-36.6703

#7badec color RGB value is (123,173,236).

#7badec hex color red value is 123, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7badec hue: 0.59 , saturation: 0.75 and the lightness value of 7badec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 11101100
Octal 173 255 354
Decimal 123 173 236
Hex 7B AD EC

RGB Percentages of Color #7badec

%23.12
%32.52
%44.36

CMYK Percentages of Color #7badec

%48
%27
%0
%7

Triadic Colors of #7badec

#7badec #ec7bad #adec7b

Analogous Colors of #7badec

#7badec #827bec #7be6ec

Monochromatic Colors of #7badec

#7badec

Complementary Color

#7badec #ecba7b

#7badec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badec Color CSS Codes

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

#7badec Text Font Color

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

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


#7badec Background Color

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

This div background color is #7badec


#7badec Border Color

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

This div border color is #7badec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,173,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 #7badec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badec


Comments

No comments written yet.

Please login to write comment.