Color Hex Logo

#69f315 Color Hex

#69F315
(105,243,21)
0 Favorites   0 Comments

Color spaces of #69f315

RGB 10524321
HSL0.270.900.52
HSV97°91°95°
CMYK 0.570.000.91   0.05
XYZ38.011667.158611.6690
Yxy67.15860.32530.5748
Hunter Lab81.9504-60.618248.9229
CIE-Lab85.5840-69.482180.1453

#69f315 color RGB value is (105,243,21).

#69f315 hex color red value is 105, green value is 243 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #69f315 hue: 0.27 , saturation: 0.90 and the lightness value of 69f315 is 0.52.

The process color (four color CMYK) of #69f315 color hex is 0.57, 0.00, 0.91, 0.05. Web safe color of #69f315 is #66ff00. Color #69f315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11110011 00010101
Octal 151 363 25
Decimal 105 243 21
Hex 69 F3 15

RGB Percentages of Color #69f315

%28.46
%65.85
%5.69

CMYK Percentages of Color #69f315

%57
%0
%91
%5

Triadic Colors of #69f315

#69f315 #1569f3 #f31569

Analogous Colors of #69f315

#69f315 #15f330 #d8f315

Monochromatic Colors of #69f315

#69f315

Complementary Color

#69f315 #9f15f3

#69f315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69f315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69f315 Color CSS Codes

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

#69f315 Text Font Color

<p style="color:#69f315">Text here</p>

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


#69f315 Background Color

<div style="background-color:#69f315">
Div content here</div>

This div background color is #69f315


#69f315 Border Color

<div style="border:3px solid #69f315">
Div here</div>

This div border color is #69f315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,243,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69f315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69f315;
  -webkit-box-shadow: 1px 1px 3px 2px #69f315;
  box-shadow:         1px 1px 3px 2px #69f315; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,243,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69f315


Comments

No comments written yet.

Please login to write comment.