Color Hex Logo

#bde646 Color Hex

#BDE646
(189,230,70)
0 Favorites   0 Comments

Color spaces of #bde646

RGB 18923070
HSL0.210.760.59
HSV75°70°90°
CMYK 0.180.000.70   0.10
XYZ50.388667.854616.2358
Yxy67.85460.37470.5046
Hunter Lab82.3739-34.964845.9757
CIE-Lab85.9337-34.699169.6919

#bde646 color RGB value is (189,230,70).

#bde646 hex color red value is 189, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bde646 hue: 0.21 , saturation: 0.76 and the lightness value of bde646 is 0.59.

The process color (four color CMYK) of #bde646 color hex is 0.18, 0.00, 0.70, 0.10. Web safe color of #bde646 is #ccff33. Color #bde646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 01000110
Octal 275 346 106
Decimal 189 230 70
Hex BD E6 46

RGB Percentages of Color #bde646

%38.65
%47.03
%14.31

CMYK Percentages of Color #bde646

%18
%0
%70
%10

Triadic Colors of #bde646

#bde646 #46bde6 #e646bd

Analogous Colors of #bde646

#bde646 #6de646 #e6bf46

Monochromatic Colors of #bde646

#bde646

Complementary Color

#bde646 #6f46e6

#bde646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde646 Color CSS Codes

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

#bde646 Text Font Color

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

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


#bde646 Background Color

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

This div background color is #bde646


#bde646 Border Color

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

This div border color is #bde646


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,230,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bde646; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bde646;
  -webkit-box-shadow: 1px 1px 3px 2px #bde646;
  box-shadow:         1px 1px 3px 2px #bde646; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde646


Comments

No comments written yet.

Please login to write comment.