Color Hex Logo

#68ca25 Color Hex

#68CA25
(104,202,37)
0 Favorites   0 Comments

Color spaces of #68ca25

RGB 10420237
HSL0.270.690.47
HSV96°82°79°
CMYK 0.490.000.82   0.21
XYZ27.163445.31779.0658
Yxy45.31770.33310.5557
Hunter Lab67.3184-45.781439.1383
CIE-Lab73.1006-54.708766.2887

#68ca25 color RGB value is (104,202,37).

#68ca25 hex color red value is 104, green value is 202 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #68ca25 hue: 0.27 , saturation: 0.69 and the lightness value of 68ca25 is 0.47.

The process color (four color CMYK) of #68ca25 color hex is 0.49, 0.00, 0.82, 0.21. Web safe color of #68ca25 is #66cc33. Color #68ca25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 00100101
Octal 150 312 45
Decimal 104 202 37
Hex 68 CA 25

RGB Percentages of Color #68ca25

%30.32
%58.89
%10.79

CMYK Percentages of Color #68ca25

%49
%0
%82
%21

Triadic Colors of #68ca25

#68ca25 #2568ca #ca2568

Analogous Colors of #68ca25

#68ca25 #25ca34 #bbca25

Monochromatic Colors of #68ca25

#68ca25

Complementary Color

#68ca25 #8725ca

#68ca25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ca25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ca25 Color CSS Codes

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

#68ca25 Text Font Color

<p style="color:#68ca25">Text here</p>

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


#68ca25 Background Color

<div style="background-color:#68ca25">
Div content here</div>

This div background color is #68ca25


#68ca25 Border Color

<div style="border:3px solid #68ca25">
Div here</div>

This div border color is #68ca25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,202,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68ca25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68ca25;
  -webkit-box-shadow: 1px 1px 3px 2px #68ca25;
  box-shadow:         1px 1px 3px 2px #68ca25; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ca25


Comments

No comments written yet.

Please login to write comment.