Color Hex Logo

#7babcc Color Hex

#7BABCC
(123,171,204)
0 Favorites   0 Comments

Color spaces of #7babcc

RGB 123171204
HSL0.570.440.64
HSV204°40°80°
CMYK 0.400.160.00   0.20
XYZ33.630437.696462.6304
Yxy37.69640.25110.2814
Hunter Lab61.3974-9.6721-17.5025
CIE-Lab67.7963-7.5455-21.8541

#7babcc color RGB value is (123,171,204).

#7babcc hex color red value is 123, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7babcc hue: 0.57 , saturation: 0.44 and the lightness value of 7babcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 11001100
Octal 173 253 314
Decimal 123 171 204
Hex 7B AB CC

RGB Percentages of Color #7babcc

%24.70
%34.34
%40.96

CMYK Percentages of Color #7babcc

%40
%16
%0
%20

Triadic Colors of #7babcc

#7babcc #cc7bab #abcc7b

Analogous Colors of #7babcc

#7babcc #7b83cc #7bccc5

Monochromatic Colors of #7babcc

#7babcc

Complementary Color

#7babcc #cc9c7b

#7babcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babcc Color CSS Codes

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

#7babcc Text Font Color

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

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


#7babcc Background Color

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

This div background color is #7babcc


#7babcc Border Color

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

This div border color is #7babcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babcc


Comments

No comments written yet.

Please login to write comment.