Color Hex Logo

#bde568 Color Hex

#BDE568
(189,229,104)
0 Favorites   0 Comments

Color spaces of #bde568

RGB 189229104
HSL0.220.710.65
HSV79°55°90°
CMYK 0.170.000.55   0.10
XYZ51.504367.856923.4798
Yxy67.85690.36060.4751
Hunter Lab82.3753-32.551540.7630
CIE-Lab85.9348-31.739155.8160

#bde568 color RGB value is (189,229,104).

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

The process color (four color CMYK) of #bde568 color hex is 0.17, 0.00, 0.55, 0.10. Web safe color of #bde568 is #cccc66. Color #bde568 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01101000
Octal 275 345 150
Decimal 189 229 104
Hex BD E5 68

RGB Percentages of Color #bde568

%36.21
%43.87
%19.92

CMYK Percentages of Color #bde568

%17
%0
%55
%10

Triadic Colors of #bde568

#bde568 #68bde5 #e568bd

Analogous Colors of #bde568

#bde568 #7fe568 #e5cf68

Monochromatic Colors of #bde568

#bde568

Complementary Color

#bde568 #9068e5

#bde568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde568 Color CSS Codes

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

#bde568 Text Font Color

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

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


#bde568 Background Color

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

This div background color is #bde568


#bde568 Border Color

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

This div border color is #bde568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde568


Comments

No comments written yet.

Please login to write comment.