Color Hex Logo

#7baede Color Hex

#7BAEDE
(123,174,222)
0 Favorites   0 Comments

Color spaces of #7baede

RGB 123174222
HSL0.580.600.68
HSV209°45°87°
CMYK 0.450.220.00   0.13
XYZ36.489239.757074.8579
Yxy39.75700.24150.2631
Hunter Lab63.0532-7.0441-26.2530
CIE-Lab69.2961-4.2609-29.4558

#7baede color RGB value is (123,174,222).

#7baede hex color red value is 123, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7baede hue: 0.58 , saturation: 0.60 and the lightness value of 7baede is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11011110
Octal 173 256 336
Decimal 123 174 222
Hex 7B AE DE

RGB Percentages of Color #7baede

%23.70
%33.53
%42.77

CMYK Percentages of Color #7baede

%45
%22
%0
%13

Triadic Colors of #7baede

#7baede #de7bae #aede7b

Analogous Colors of #7baede

#7baede #7b7dde #7bdedd

Monochromatic Colors of #7baede

#7baede

Complementary Color

#7baede #deab7b

#7baede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baede Color CSS Codes

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

#7baede Text Font Color

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

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


#7baede Background Color

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

This div background color is #7baede


#7baede Border Color

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

This div border color is #7baede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baede


Comments

No comments written yet.

Please login to write comment.