Color Hex Logo

#bde700 Color Hex

#BDE700
(189,231,0)
0 Favorites   0 Comments

Color spaces of #bde700

RGB 1892310
HSL0.201.000.45
HSV71°100°91°
CMYK 0.180.001.00   0.09
XYZ49.562267.970610.5074
Yxy67.97060.38710.5309
Hunter Lab82.4443-36.970550.1546
CIE-Lab85.9917-37.173884.1114

#bde700 color RGB value is (189,231,0).

#bde700 hex color red value is 189, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bde700 hue: 0.20 , saturation: 1.00 and the lightness value of bde700 is 0.45.

The process color (four color CMYK) of #bde700 color hex is 0.18, 0.00, 1.00, 0.09. Web safe color of #bde700 is #ccff00. Color #bde700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 00000000
Octal 275 347 0
Decimal 189 231 0
Hex BD E7 0

RGB Percentages of Color #bde700

%45.00
%55.00
%0.00

CMYK Percentages of Color #bde700

%18
%0
%100
%9

Triadic Colors of #bde700

#bde700 #00bde7 #e700bd

Analogous Colors of #bde700

#bde700 #4ae700 #e79e00

Monochromatic Colors of #bde700

#bde700

Complementary Color

#bde700 #2a00e7

#bde700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde700 Color CSS Codes

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

#bde700 Text Font Color

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

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


#bde700 Background Color

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

This div background color is #bde700


#bde700 Border Color

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

This div border color is #bde700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde700


Comments

No comments written yet.

Please login to write comment.