Color Hex Logo

#7babdc Color Hex

#7BABDC
(123,171,220)
0 Favorites   0 Comments

Color spaces of #7babdc

RGB 123171220
HSL0.580.580.67
HSV210°44°86°
CMYK 0.440.220.00   0.14
XYZ35.649638.504173.2632
Yxy38.50410.24180.2612
Hunter Lab62.0517-6.0395-26.5664
CIE-Lab68.3905-3.1663-29.7547

#7babdc color RGB value is (123,171,220).

#7babdc hex color red value is 123, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7babdc hue: 0.58 , saturation: 0.58 and the lightness value of 7babdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 11011100
Octal 173 253 334
Decimal 123 171 220
Hex 7B AB DC

RGB Percentages of Color #7babdc

%23.93
%33.27
%42.80

CMYK Percentages of Color #7babdc

%44
%22
%0
%14

Triadic Colors of #7babdc

#7babdc #dc7bab #abdc7b

Analogous Colors of #7babdc

#7babdc #7c7bdc #7bdcdc

Monochromatic Colors of #7babdc

#7babdc

Complementary Color

#7babdc #dcac7b

#7babdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babdc Color CSS Codes

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

#7babdc Text Font Color

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

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


#7babdc Background Color

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

This div background color is #7babdc


#7babdc Border Color

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

This div border color is #7babdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babdc

#7babdc Color Palettes


Comments

No comments written yet.

Please login to write comment.