Color Hex Logo

#7bafbd Color Hex

#7BAFBD
(123,175,189)
0 Favorites   0 Comments

Color spaces of #7bafbd

RGB 123175189
HSL0.540.330.61
HSV193°35°74°
CMYK 0.350.070.00   0.26
XYZ32.683738.545053.8614
Yxy38.54500.26130.3081
Hunter Lab62.0846-14.6789-7.9777
CIE-Lab68.4204-13.5857-12.6219

#7bafbd color RGB value is (123,175,189).

#7bafbd hex color red value is 123, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7bafbd hue: 0.54 , saturation: 0.33 and the lightness value of 7bafbd is 0.61.

The process color (four color CMYK) of #7bafbd color hex is 0.35, 0.07, 0.00, 0.26. Web safe color of #7bafbd is #6699cc. Color #7bafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 10111101
Octal 173 257 275
Decimal 123 175 189
Hex 7B AF BD

RGB Percentages of Color #7bafbd

%25.26
%35.93
%38.81

CMYK Percentages of Color #7bafbd

%35
%7
%0
%26

Triadic Colors of #7bafbd

#7bafbd #bd7baf #afbd7b

Analogous Colors of #7bafbd

#7bafbd #7b8ebd #7bbdaa

Monochromatic Colors of #7bafbd

#7bafbd

Complementary Color

#7bafbd #bd897b

#7bafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bafbd Color CSS Codes

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

#7bafbd Text Font Color

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

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


#7bafbd Background Color

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

This div background color is #7bafbd


#7bafbd Border Color

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

This div border color is #7bafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bafbd


Comments

No comments written yet.

Please login to write comment.