Color Hex Logo

#bde168 Color Hex

#BDE168
(189,225,104)
0 Favorites   0 Comments

Color spaces of #bde168

RGB 189225104
HSL0.220.670.65
HSV78°54°88°
CMYK 0.160.000.54   0.12
XYZ50.410265.668723.1151
Yxy65.66870.36220.4718
Hunter Lab81.0362-30.773939.8132
CIE-Lab84.8271-29.871754.5303

#bde168 color RGB value is (189,225,104).

#bde168 hex color red value is 189, green value is 225 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bde168 hue: 0.22 , saturation: 0.67 and the lightness value of bde168 is 0.65.

The process color (four color CMYK) of #bde168 color hex is 0.16, 0.00, 0.54, 0.12. Web safe color of #bde168 is #cccc66. Color #bde168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01101000
Octal 275 341 150
Decimal 189 225 104
Hex BD E1 68

RGB Percentages of Color #bde168

%36.49
%43.44
%20.08

CMYK Percentages of Color #bde168

%16
%0
%54
%12

Triadic Colors of #bde168

#bde168 #68bde1 #e168bd

Analogous Colors of #bde168

#bde168 #81e168 #e1c968

Monochromatic Colors of #bde168

#bde168

Complementary Color

#bde168 #8c68e1

#bde168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde168 Color CSS Codes

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

#bde168 Text Font Color

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

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


#bde168 Background Color

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

This div background color is #bde168


#bde168 Border Color

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

This div border color is #bde168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde168


Comments

No comments written yet.

Please login to write comment.