Color Hex Logo

#bde672 Color Hex

#BDE672
(189,230,114)
0 Favorites   0 Comments

Color spaces of #bde672

RGB 189230114
HSL0.230.700.67
HSV81°50°90°
CMYK 0.180.000.50   0.10
XYZ52.320368.627426.4084
Yxy68.62740.35510.4657
Hunter Lab82.8417-32.237739.0886
CIE-Lab86.3192-31.254451.6863

#bde672 color RGB value is (189,230,114).

#bde672 hex color red value is 189, green value is 230 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bde672 hue: 0.23 , saturation: 0.70 and the lightness value of bde672 is 0.67.

The process color (four color CMYK) of #bde672 color hex is 0.18, 0.00, 0.50, 0.10. Web safe color of #bde672 is #ccff66. Color #bde672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 01110010
Octal 275 346 162
Decimal 189 230 114
Hex BD E6 72

RGB Percentages of Color #bde672

%35.46
%43.15
%21.39

CMYK Percentages of Color #bde672

%18
%0
%50
%10

Triadic Colors of #bde672

#bde672 #72bde6 #e672bd

Analogous Colors of #bde672

#bde672 #83e672 #e6d572

Monochromatic Colors of #bde672

#bde672

Complementary Color

#bde672 #9b72e6

#bde672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde672 Color CSS Codes

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

#bde672 Text Font Color

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

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


#bde672 Background Color

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

This div background color is #bde672


#bde672 Border Color

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

This div border color is #bde672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde672


Comments

No comments written yet.

Please login to write comment.