Color Hex Logo

#bde68c Color Hex

#BDE68C
(189,230,140)
0 Favorites   0 Comments

Color spaces of #bde68c

RGB 189230140
HSL0.240.640.73
HSV87°39°90°
CMYK 0.180.000.39   0.10
XYZ54.016769.305935.3413
Yxy69.30590.34040.4368
Hunter Lab83.2502-29.868433.1054
CIE-Lab86.6553-28.321339.5442

#bde68c color RGB value is (189,230,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 10001100
Octal 275 346 214
Decimal 189 230 140
Hex BD E6 8C

RGB Percentages of Color #bde68c

%33.81
%41.14
%25.04

CMYK Percentages of Color #bde68c

%18
%0
%39
%10

Triadic Colors of #bde68c

#bde68c #8cbde6 #e68cbd

Analogous Colors of #bde68c

#bde68c #90e68c #e6e28c

Monochromatic Colors of #bde68c

#bde68c

Complementary Color

#bde68c #b58ce6

#bde68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde68c Color CSS Codes

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

#bde68c Text Font Color

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

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


#bde68c Background Color

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

This div background color is #bde68c


#bde68c Border Color

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

This div border color is #bde68c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,230,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 #bde68c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde68c


Comments

No comments written yet.

Please login to write comment.