Color Hex Logo

#7bd968 Color Hex

#7BD968
(123,217,104)
0 Favorites   0 Comments

Color spaces of #7bd968

RGB 123217104
HSL0.310.600.63
HSV110°52°85°
CMYK 0.430.000.52   0.15
XYZ35.479954.836121.8112
Yxy54.83610.31640.4891
Hunter Lab74.0514-44.066134.3726
CIE-Lab78.9468-49.240546.6787

#7bd968 color RGB value is (123,217,104).

#7bd968 hex color red value is 123, green value is 217 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #7bd968 hue: 0.31 , saturation: 0.60 and the lightness value of 7bd968 is 0.63.

The process color (four color CMYK) of #7bd968 color hex is 0.43, 0.00, 0.52, 0.15. Web safe color of #7bd968 is #66cc66. Color #7bd968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011001 01101000
Octal 173 331 150
Decimal 123 217 104
Hex 7B D9 68

RGB Percentages of Color #7bd968

%27.70
%48.87
%23.42

CMYK Percentages of Color #7bd968

%43
%0
%52
%15

Triadic Colors of #7bd968

#7bd968 #687bd9 #d9687b

Analogous Colors of #7bd968

#7bd968 #68d98e #b4d968

Monochromatic Colors of #7bd968

#7bd968

Complementary Color

#7bd968 #c668d9

#7bd968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd968 Color CSS Codes

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

#7bd968 Text Font Color

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

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


#7bd968 Background Color

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

This div background color is #7bd968


#7bd968 Border Color

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

This div border color is #7bd968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd968


Comments

No comments written yet.

Please login to write comment.