Color Hex Logo

#7baecf Color Hex

#7BAECF
(123,174,207)
0 Favorites   0 Comments

Color spaces of #7baecf

RGB 123174207
HSL0.570.470.65
HSV204°41°81°
CMYK 0.410.160.00   0.19
XYZ34.566938.988164.7351
Yxy38.98810.25000.2819
Hunter Lab62.4405-10.4536-17.7606
CIE-Lab68.7426-8.3721-22.0651

#7baecf color RGB value is (123,174,207).

#7baecf hex color red value is 123, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7baecf hue: 0.57 , saturation: 0.47 and the lightness value of 7baecf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11001111
Octal 173 256 317
Decimal 123 174 207
Hex 7B AE CF

RGB Percentages of Color #7baecf

%24.40
%34.52
%41.07

CMYK Percentages of Color #7baecf

%41
%16
%0
%19

Triadic Colors of #7baecf

#7baecf #cf7bae #aecf7b

Analogous Colors of #7baecf

#7baecf #7b84cf #7bcfc6

Monochromatic Colors of #7baecf

#7baecf

Complementary Color

#7baecf #cf9c7b

#7baecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baecf Color CSS Codes

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

#7baecf Text Font Color

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

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


#7baecf Background Color

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

This div background color is #7baecf


#7baecf Border Color

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

This div border color is #7baecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baecf


Comments

No comments written yet.

Please login to write comment.