Color Hex Logo

#7b9dd6 Color Hex

#7B9DD6
(123,157,214)
0 Favorites   0 Comments

Color spaces of #7b9dd6

RGB 123157214
HSL0.600.530.66
HSV218°43°84°
CMYK 0.430.270.00   0.16
XYZ32.362933.179968.3170
Yxy33.17990.24180.2479
Hunter Lab57.6020-0.5157-29.9976
CIE-Lab64.30632.9975-32.7602

#7b9dd6 color RGB value is (123,157,214).

#7b9dd6 hex color red value is 123, green value is 157 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #7b9dd6 hue: 0.60 , saturation: 0.53 and the lightness value of 7b9dd6 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011101 11010110
Octal 173 235 326
Decimal 123 157 214
Hex 7B 9D D6

RGB Percentages of Color #7b9dd6

%24.90
%31.78
%43.32

CMYK Percentages of Color #7b9dd6

%43
%27
%0
%16

Triadic Colors of #7b9dd6

#7b9dd6 #d67b9d #9dd67b

Analogous Colors of #7b9dd6

#7b9dd6 #877bd6 #7bcbd6

Monochromatic Colors of #7b9dd6

#7b9dd6

Complementary Color

#7b9dd6 #d6b47b

#7b9dd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9dd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9dd6 Color CSS Codes

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

#7b9dd6 Text Font Color

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

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


#7b9dd6 Background Color

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

This div background color is #7b9dd6


#7b9dd6 Border Color

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

This div border color is #7b9dd6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,157,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9dd6


Comments

No comments written yet.

Please login to write comment.