Color Hex Logo

#bde78c Color Hex

#BDE78C
(189,231,140)
0 Favorites   0 Comments

Color spaces of #bde78c

RGB 189231140
HSL0.240.650.73
HSV88°39°91°
CMYK 0.180.000.39   0.09
XYZ54.295869.864135.4344
Yxy69.86410.34020.4378
Hunter Lab83.5847-30.321533.3743
CIE-Lab86.9302-28.794039.8975

#bde78c color RGB value is (189,231,140).

#bde78c hex color red value is 189, green value is 231 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bde78c hue: 0.24 , saturation: 0.65 and the lightness value of bde78c is 0.73.

The process color (four color CMYK) of #bde78c color hex is 0.18, 0.00, 0.39, 0.09. Web safe color of #bde78c is #ccff99. Color #bde78c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 10001100
Octal 275 347 214
Decimal 189 231 140
Hex BD E7 8C

RGB Percentages of Color #bde78c

%33.75
%41.25
%25.00

CMYK Percentages of Color #bde78c

%18
%0
%39
%9

Triadic Colors of #bde78c

#bde78c #8cbde7 #e78cbd

Analogous Colors of #bde78c

#bde78c #90e78c #e7e48c

Monochromatic Colors of #bde78c

#bde78c

Complementary Color

#bde78c #b68ce7

#bde78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde78c Color CSS Codes

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

#bde78c Text Font Color

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

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


#bde78c Background Color

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

This div background color is #bde78c


#bde78c Border Color

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

This div border color is #bde78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde78c


Comments

No comments written yet.

Please login to write comment.