Color Hex Logo

#7bafd5 Color Hex

#7BAFD5
(123,175,213)
0 Favorites   0 Comments

Color spaces of #7bafd5

RGB 123175213
HSL0.570.520.66
HSV205°42°84°
CMYK 0.420.180.00   0.16
XYZ35.508639.675068.7373
Yxy39.67500.24670.2757
Hunter Lab62.9881-9.6024-20.6100
CIE-Lab69.2374-7.2928-24.6087

#7bafd5 color RGB value is (123,175,213).

#7bafd5 hex color red value is 123, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7bafd5 hue: 0.57 , saturation: 0.52 and the lightness value of 7bafd5 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11010101
Octal 173 257 325
Decimal 123 175 213
Hex 7B AF D5

RGB Percentages of Color #7bafd5

%24.07
%34.25
%41.68

CMYK Percentages of Color #7bafd5

%42
%18
%0
%16

Triadic Colors of #7bafd5

#7bafd5 #d57baf #afd57b

Analogous Colors of #7bafd5

#7bafd5 #7b82d5 #7bd5ce

Monochromatic Colors of #7bafd5

#7bafd5

Complementary Color

#7bafd5 #d5a17b

#7bafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bafd5 Color CSS Codes

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

#7bafd5 Text Font Color

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

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


#7bafd5 Background Color

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

This div background color is #7bafd5


#7bafd5 Border Color

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

This div border color is #7bafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bafd5


Comments

No comments written yet.

Please login to write comment.