Color Hex Logo

#bdef8f Color Hex

#BDEF8F
(189,239,143)
0 Favorites   0 Comments

Color spaces of #bdef8f

RGB 189239143
HSL0.250.750.75
HSV91°40°94°
CMYK 0.210.000.40   0.06
XYZ56.810774.535037.3791
Yxy74.53500.33670.4418
Hunter Lab86.3337-33.624434.7633
CIE-Lab89.1747-32.159841.2955

#bdef8f color RGB value is (189,239,143).

#bdef8f hex color red value is 189, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bdef8f hue: 0.25 , saturation: 0.75 and the lightness value of bdef8f is 0.75.

The process color (four color CMYK) of #bdef8f color hex is 0.21, 0.00, 0.40, 0.06. Web safe color of #bdef8f is #ccff99. Color #bdef8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10001111
Octal 275 357 217
Decimal 189 239 143
Hex BD EF 8F

RGB Percentages of Color #bdef8f

%33.10
%41.86
%25.04

CMYK Percentages of Color #bdef8f

%21
%0
%40
%6

Triadic Colors of #bdef8f

#bdef8f #8fbdef #ef8fbd

Analogous Colors of #bdef8f

#bdef8f #8fef91 #edef8f

Monochromatic Colors of #bdef8f

#bdef8f

Complementary Color

#bdef8f #c18fef

#bdef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef8f Color CSS Codes

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

#bdef8f Text Font Color

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

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


#bdef8f Background Color

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

This div background color is #bdef8f


#bdef8f Border Color

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

This div border color is #bdef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef8f


Comments

No comments written yet.

Please login to write comment.