Color Hex Logo

#7babeb Color Hex

#7BABEB
(123,171,235)
0 Favorites   0 Comments

Color spaces of #7babeb

RGB 123171235
HSL0.600.740.70
HSV214°48°92°
CMYK 0.480.270.00   0.08
XYZ37.726739.334984.2013
Yxy39.33490.23390.2439
Hunter Lab62.7175-2.3820-35.6974
CIE-Lab68.99321.1074-37.0362

#7babeb color RGB value is (123,171,235).

#7babeb hex color red value is 123, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7babeb hue: 0.60 , saturation: 0.74 and the lightness value of 7babeb is 0.70.

The process color (four color CMYK) of #7babeb color hex is 0.48, 0.27, 0.00, 0.08. Web safe color of #7babeb is #6699ff. Color #7babeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 11101011
Octal 173 253 353
Decimal 123 171 235
Hex 7B AB EB

RGB Percentages of Color #7babeb

%23.25
%32.33
%44.42

CMYK Percentages of Color #7babeb

%48
%27
%0
%8

Triadic Colors of #7babeb

#7babeb #eb7bab #abeb7b

Analogous Colors of #7babeb

#7babeb #837beb #7be3eb

Monochromatic Colors of #7babeb

#7babeb

Complementary Color

#7babeb #ebbb7b

#7babeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babeb Color CSS Codes

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

#7babeb Text Font Color

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

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


#7babeb Background Color

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

This div background color is #7babeb


#7babeb Border Color

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

This div border color is #7babeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babeb


Comments

No comments written yet.

Please login to write comment.