Color Hex Logo

#7badce Color Hex

#7BADCE
(123,173,206)
0 Favorites   0 Comments

Color spaces of #7badce

RGB 123173206
HSL0.570.460.65
HSV204°40°81°
CMYK 0.400.160.00   0.19
XYZ34.252538.554364.0289
Yxy38.55430.25030.2818
Hunter Lab62.0921-10.1934-17.6749
CIE-Lab68.4272-8.0977-21.9952

#7badce color RGB value is (123,173,206).

#7badce hex color red value is 123, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7badce hue: 0.57 , saturation: 0.46 and the lightness value of 7badce is 0.65.

The process color (four color CMYK) of #7badce color hex is 0.40, 0.16, 0.00, 0.19. Web safe color of #7badce is #6699cc. Color #7badce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 11001110
Octal 173 255 316
Decimal 123 173 206
Hex 7B AD CE

RGB Percentages of Color #7badce

%24.50
%34.46
%41.04

CMYK Percentages of Color #7badce

%40
%16
%0
%19

Triadic Colors of #7badce

#7badce #ce7bad #adce7b

Analogous Colors of #7badce

#7badce #7b84ce #7bcec6

Monochromatic Colors of #7badce

#7badce

Complementary Color

#7badce #ce9c7b

#7badce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badce Color CSS Codes

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

#7badce Text Font Color

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

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


#7badce Background Color

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

This div background color is #7badce


#7badce Border Color

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

This div border color is #7badce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badce


Comments

No comments written yet.

Please login to write comment.