Color Hex Logo

#7bf5bd Color Hex

#7BF5BD
(123,245,189)
0 Favorites   0 Comments

Color spaces of #7bf5bd

RGB 123245189
HSL0.420.860.72
HSV152°50°96°
CMYK 0.500.000.23   0.04
XYZ50.006173.189959.6356
Yxy73.18990.27350.4003
Hunter Lab85.5511-45.378118.5561
CIE-Lab88.5382-46.952016.6024

#7bf5bd color RGB value is (123,245,189).

#7bf5bd hex color red value is 123, green value is 245 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7bf5bd hue: 0.42 , saturation: 0.86 and the lightness value of 7bf5bd is 0.72.

The process color (four color CMYK) of #7bf5bd color hex is 0.50, 0.00, 0.23, 0.04. Web safe color of #7bf5bd is #66ffcc. Color #7bf5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11110101 10111101
Octal 173 365 275
Decimal 123 245 189
Hex 7B F5 BD

RGB Percentages of Color #7bf5bd

%22.08
%43.99
%33.93

CMYK Percentages of Color #7bf5bd

%50
%0
%23
%4

Triadic Colors of #7bf5bd

#7bf5bd #bd7bf5 #f5bd7b

Analogous Colors of #7bf5bd

#7bf5bd #7bf0f5 #7bf580

Monochromatic Colors of #7bf5bd

#7bf5bd

Complementary Color

#7bf5bd #f57bb3

#7bf5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bf5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bf5bd Color CSS Codes

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

#7bf5bd Text Font Color

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

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


#7bf5bd Background Color

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

This div background color is #7bf5bd


#7bf5bd Border Color

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

This div border color is #7bf5bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,245,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 #7bf5bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bf5bd


Comments

No comments written yet.

Please login to write comment.