Color Hex Logo

#bde614 Color Hex

#BDE614
(189,230,20)
0 Favorites   0 Comments

Color spaces of #bde614

RGB 18923020
HSL0.200.840.49
HSV72°91°90°
CMYK 0.180.000.91   0.10
XYZ49.409367.463011.0793
Yxy67.46300.38620.5273
Hunter Lab82.1359-36.360149.4975
CIE-Lab85.7372-36.491082.0376

#bde614 color RGB value is (189,230,20).

#bde614 hex color red value is 189, green value is 230 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bde614 hue: 0.20 , saturation: 0.84 and the lightness value of bde614 is 0.49.

The process color (four color CMYK) of #bde614 color hex is 0.18, 0.00, 0.91, 0.10. Web safe color of #bde614 is #ccff00. Color #bde614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 00010100
Octal 275 346 24
Decimal 189 230 20
Hex BD E6 14

RGB Percentages of Color #bde614

%43.05
%52.39
%4.56

CMYK Percentages of Color #bde614

%18
%0
%91
%10

Triadic Colors of #bde614

#bde614 #14bde6 #e614bd

Analogous Colors of #bde614

#bde614 #54e614 #e6a614

Monochromatic Colors of #bde614

#bde614

Complementary Color

#bde614 #3d14e6

#bde614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde614 Color CSS Codes

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

#bde614 Text Font Color

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

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


#bde614 Background Color

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

This div background color is #bde614


#bde614 Border Color

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

This div border color is #bde614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde614


Comments

No comments written yet.

Please login to write comment.