Color Hex Logo

#bde74e Color Hex

#BDE74E
(189,231,78)
0 Favorites   0 Comments

Color spaces of #bde74e

RGB 18923178
HSL0.210.760.61
HSV76°66°91°
CMYK 0.180.000.66   0.09
XYZ50.937368.520717.7489
Yxy68.52070.37120.4994
Hunter Lab82.7772-35.019545.2312
CIE-Lab86.2662-34.668567.0678

#bde74e color RGB value is (189,231,78).

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

The process color (four color CMYK) of #bde74e color hex is 0.18, 0.00, 0.66, 0.09. Web safe color of #bde74e is #ccff66. Color #bde74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 01001110
Octal 275 347 116
Decimal 189 231 78
Hex BD E7 4E

RGB Percentages of Color #bde74e

%37.95
%46.39
%15.66

CMYK Percentages of Color #bde74e

%18
%0
%66
%9

Triadic Colors of #bde74e

#bde74e #4ebde7 #e74ebd

Analogous Colors of #bde74e

#bde74e #71e74e #e7c54e

Monochromatic Colors of #bde74e

#bde74e

Complementary Color

#bde74e #784ee7

#bde74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde74e Color CSS Codes

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

#bde74e Text Font Color

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

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


#bde74e Background Color

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

This div background color is #bde74e


#bde74e Border Color

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

This div border color is #bde74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde74e


Comments

No comments written yet.

Please login to write comment.