Color Hex Logo

#7badde Color Hex

#7BADDE
(123,173,222)
0 Favorites   0 Comments

Color spaces of #7badde

RGB 123173222
HSL0.580.600.68
HSV210°45°87°
CMYK 0.450.220.00   0.13
XYZ36.296839.372074.7938
Yxy39.37200.24120.2617
Hunter Lab62.7471-6.5520-26.7500
CIE-Lab69.0199-3.7101-29.8817

#7badde color RGB value is (123,173,222).

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

The process color (four color CMYK) of #7badde color hex is 0.45, 0.22, 0.00, 0.13. Web safe color of #7badde is #6699cc. Color #7badde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 11011110
Octal 173 255 336
Decimal 123 173 222
Hex 7B AD DE

RGB Percentages of Color #7badde

%23.75
%33.40
%42.86

CMYK Percentages of Color #7badde

%45
%22
%0
%13

Triadic Colors of #7badde

#7badde #de7bad #adde7b

Analogous Colors of #7badde

#7badde #7b7cde #7bdede

Monochromatic Colors of #7badde

#7badde

Complementary Color

#7badde #deac7b

#7badde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badde Color CSS Codes

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

#7badde Text Font Color

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

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


#7badde Background Color

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

This div background color is #7badde


#7badde Border Color

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

This div border color is #7badde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badde


Comments

No comments written yet.

Please login to write comment.