Color Hex Logo

#7bbfd6 Color Hex

#7BBFD6
(123,191,214)
0 Favorites   0 Comments

Color spaces of #7bbfd6

RGB 123191214
HSL0.540.530.66
HSV195°43°84°
CMYK 0.430.110.00   0.16
XYZ38.936846.327670.5083
Yxy46.32760.25000.2974
Hunter Lab68.0644-17.0002-13.7738
CIE-Lab73.7576-15.5415-18.2763

#7bbfd6 color RGB value is (123,191,214).

#7bbfd6 hex color red value is 123, green value is 191 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #7bbfd6 hue: 0.54 , saturation: 0.53 and the lightness value of 7bbfd6 is 0.66.

The process color (four color CMYK) of #7bbfd6 color hex is 0.43, 0.11, 0.00, 0.16. Web safe color of #7bbfd6 is #66cccc. Color #7bbfd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 11010110
Octal 173 277 326
Decimal 123 191 214
Hex 7B BF D6

RGB Percentages of Color #7bbfd6

%23.30
%36.17
%40.53

CMYK Percentages of Color #7bbfd6

%43
%11
%0
%16

Triadic Colors of #7bbfd6

#7bbfd6 #d67bbf #bfd67b

Analogous Colors of #7bbfd6

#7bbfd6 #7b92d6 #7bd6c0

Monochromatic Colors of #7bbfd6

#7bbfd6

Complementary Color

#7bbfd6 #d6927b

#7bbfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbfd6 Color CSS Codes

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

#7bbfd6 Text Font Color

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

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


#7bbfd6 Background Color

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

This div background color is #7bbfd6


#7bbfd6 Border Color

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

This div border color is #7bbfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbfd6


Comments

No comments written yet.

Please login to write comment.