Color Hex Logo

#bde772 Color Hex

#BDE772
(189,231,114)
0 Favorites   0 Comments

Color spaces of #bde772

RGB 189231114
HSL0.230.710.68
HSV82°51°91°
CMYK 0.180.000.51   0.09
XYZ52.599469.185526.5015
Yxy69.18550.35470.4666
Hunter Lab83.1778-32.682639.3339
CIE-Lab86.5958-31.719352.0169

#bde772 color RGB value is (189,231,114).

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

The process color (four color CMYK) of #bde772 color hex is 0.18, 0.00, 0.51, 0.09. Web safe color of #bde772 is #ccff66. Color #bde772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 01110010
Octal 275 347 162
Decimal 189 231 114
Hex BD E7 72

RGB Percentages of Color #bde772

%35.39
%43.26
%21.35

CMYK Percentages of Color #bde772

%18
%0
%51
%9

Triadic Colors of #bde772

#bde772 #72bde7 #e772bd

Analogous Colors of #bde772

#bde772 #83e772 #e7d772

Monochromatic Colors of #bde772

#bde772

Complementary Color

#bde772 #9c72e7

#bde772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde772 Color CSS Codes

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

#bde772 Text Font Color

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

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


#bde772 Background Color

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

This div background color is #bde772


#bde772 Border Color

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

This div border color is #bde772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde772


Comments

No comments written yet.

Please login to write comment.