Color Hex Logo

#bdea72 Color Hex

#BDEA72
(189,234,114)
0 Favorites   0 Comments

Color spaces of #bdea72

RGB 189234114
HSL0.230.740.68
HSV83°51°92°
CMYK 0.190.000.51   0.08
XYZ53.446370.879426.7838
Yxy70.87940.35370.4691
Hunter Lab84.1899-34.015140.0707
CIE-Lab87.4264-33.107953.0070

#bdea72 color RGB value is (189,234,114).

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

The process color (four color CMYK) of #bdea72 color hex is 0.19, 0.00, 0.51, 0.08. Web safe color of #bdea72 is #ccff66. Color #bdea72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01110010
Octal 275 352 162
Decimal 189 234 114
Hex BD EA 72

RGB Percentages of Color #bdea72

%35.20
%43.58
%21.23

CMYK Percentages of Color #bdea72

%19
%0
%51
%8

Triadic Colors of #bdea72

#bdea72 #72bdea #ea72bd

Analogous Colors of #bdea72

#bdea72 #81ea72 #eadb72

Monochromatic Colors of #bdea72

#bdea72

Complementary Color

#bdea72 #9f72ea

#bdea72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea72 Color CSS Codes

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

#bdea72 Text Font Color

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

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


#bdea72 Background Color

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

This div background color is #bdea72


#bdea72 Border Color

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

This div border color is #bdea72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea72


Comments

No comments written yet.

Please login to write comment.