Color Hex Logo

#7bafdb Color Hex

#7BAFDB
(123,175,219)
0 Favorites   0 Comments

Color spaces of #7bafdb

RGB 123175219
HSL0.580.570.67
HSV208°44°86°
CMYK 0.440.200.00   0.14
XYZ36.284539.985472.8234
Yxy39.98540.24340.2682
Hunter Lab63.2340-8.2339-24.0175
CIE-Lab69.4591-5.6444-27.5609

#7bafdb color RGB value is (123,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11011011
Octal 173 257 333
Decimal 123 175 219
Hex 7B AF DB

RGB Percentages of Color #7bafdb

%23.79
%33.85
%42.36

CMYK Percentages of Color #7bafdb

%44
%20
%0
%14

Triadic Colors of #7bafdb

#7bafdb #db7baf #afdb7b

Analogous Colors of #7bafdb

#7bafdb #7b7fdb #7bdbd7

Monochromatic Colors of #7bafdb

#7bafdb

Complementary Color

#7bafdb #dba77b

#7bafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bafdb Color CSS Codes

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

#7bafdb Text Font Color

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

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


#7bafdb Background Color

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

This div background color is #7bafdb


#7bafdb Border Color

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

This div border color is #7bafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bafdb


Comments

No comments written yet.

Please login to write comment.