Color Hex Logo

#bddf7c Color Hex

#BDDF7C
(189,223,124)
0 Favorites   0 Comments

Color spaces of #bddf7c

RGB 189223124
HSL0.220.610.68
HSV81°44°87°
CMYK 0.150.000.44   0.13
XYZ51.012065.049428.9360
Yxy65.04940.35180.4486
Hunter Lab80.6532-28.244435.1857
CIE-Lab84.5092-26.897044.7069

#bddf7c color RGB value is (189,223,124).

#bddf7c hex color red value is 189, green value is 223 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bddf7c hue: 0.22 , saturation: 0.61 and the lightness value of bddf7c is 0.68.

The process color (four color CMYK) of #bddf7c color hex is 0.15, 0.00, 0.44, 0.13. Web safe color of #bddf7c is #cccc66. Color #bddf7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01111100
Octal 275 337 174
Decimal 189 223 124
Hex BD DF 7C

RGB Percentages of Color #bddf7c

%35.26
%41.60
%23.13

CMYK Percentages of Color #bddf7c

%15
%0
%44
%13

Triadic Colors of #bddf7c

#bddf7c #7cbddf #df7cbd

Analogous Colors of #bddf7c

#bddf7c #8cdf7c #dfd07c

Monochromatic Colors of #bddf7c

#bddf7c

Complementary Color

#bddf7c #9e7cdf

#bddf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf7c Color CSS Codes

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

#bddf7c Text Font Color

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

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


#bddf7c Background Color

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

This div background color is #bddf7c


#bddf7c Border Color

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

This div border color is #bddf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf7c


Comments

No comments written yet.

Please login to write comment.