Color Hex Logo

#bde310 Color Hex

#BDE310
(189,227,16)
0 Favorites   0 Comments

Color spaces of #bde310

RGB 18922716
HSL0.200.870.48
HSV71°93°89°
CMYK 0.170.000.93   0.11
XYZ48.548965.794410.6310
Yxy65.79440.38850.5265
Hunter Lab81.1137-35.111749.0089
CIE-Lab84.8914-35.192781.8560

#bde310 color RGB value is (189,227,16).

#bde310 hex color red value is 189, green value is 227 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bde310 hue: 0.20 , saturation: 0.87 and the lightness value of bde310 is 0.48.

The process color (four color CMYK) of #bde310 color hex is 0.17, 0.00, 0.93, 0.11. Web safe color of #bde310 is #cccc00. Color #bde310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00010000
Octal 275 343 20
Decimal 189 227 16
Hex BD E3 10

RGB Percentages of Color #bde310

%43.75
%52.55
%3.70

CMYK Percentages of Color #bde310

%17
%0
%93
%11

Triadic Colors of #bde310

#bde310 #10bde3 #e310bd

Analogous Colors of #bde310

#bde310 #53e310 #e3a010

Monochromatic Colors of #bde310

#bde310

Complementary Color

#bde310 #3610e3

#bde310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde310 Color CSS Codes

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

#bde310 Text Font Color

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

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


#bde310 Background Color

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

This div background color is #bde310


#bde310 Border Color

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

This div border color is #bde310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde310


Comments

No comments written yet.

Please login to write comment.