Color Hex Logo

#bdfecb Color Hex

#BDFECB
(189,254,203)
0 Favorites   0 Comments

Color spaces of #bdfecb

RGB 189254203
HSL0.370.970.87
HSV133°26°100°
CMYK 0.260.000.20   0.00
XYZ67.207686.014269.5601
Yxy86.01420.30170.3861
Hunter Lab92.7438-32.950220.4518
CIE-Lab94.3184-30.062817.9525

#bdfecb color RGB value is (189,254,203).

#bdfecb hex color red value is 189, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdfecb hue: 0.37 , saturation: 0.97 and the lightness value of bdfecb is 0.87.

The process color (four color CMYK) of #bdfecb color hex is 0.26, 0.00, 0.20, 0.00. Web safe color of #bdfecb is #ccffcc. Color #bdfecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11001011
Octal 275 376 313
Decimal 189 254 203
Hex BD FE CB

RGB Percentages of Color #bdfecb

%29.26
%39.32
%31.42

CMYK Percentages of Color #bdfecb

%26
%0
%20
%0

Triadic Colors of #bdfecb

#bdfecb #cbbdfe #fecbbd

Analogous Colors of #bdfecb

#bdfecb #bdfeec #d0febd

Monochromatic Colors of #bdfecb

#bdfecb

Complementary Color

#bdfecb #febdf0

#bdfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfecb Color CSS Codes

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

#bdfecb Text Font Color

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

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


#bdfecb Background Color

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

This div background color is #bdfecb


#bdfecb Border Color

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

This div border color is #bdfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfecb

Related Colors


Comments

No comments written yet.

Please login to write comment.