Color Hex Logo

#bdfbea Color Hex

#BDFBEA
(189,251,234)
0 Favorites   0 Comments

Color spaces of #bdfbea

RGB 189251234
HSL0.450.890.86
HSV164°25°98°
CMYK 0.250.000.07   0.02
XYZ70.334785.753790.6870
Yxy85.75370.28500.3475
Hunter Lab92.6033-26.48026.7592
CIE-Lab94.2069-22.77801.8385

#bdfbea color RGB value is (189,251,234).

#bdfbea hex color red value is 189, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdfbea hue: 0.45 , saturation: 0.89 and the lightness value of bdfbea is 0.86.

The process color (four color CMYK) of #bdfbea color hex is 0.25, 0.00, 0.07, 0.02. Web safe color of #bdfbea is #ccffff. Color #bdfbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11101010
Octal 275 373 352
Decimal 189 251 234
Hex BD FB EA

RGB Percentages of Color #bdfbea

%28.04
%37.24
%34.72

CMYK Percentages of Color #bdfbea

%25
%0
%7
%2

Triadic Colors of #bdfbea

#bdfbea #eabdfb #fbeabd

Analogous Colors of #bdfbea

#bdfbea #bdedfb #bdfbcb

Monochromatic Colors of #bdfbea

#bdfbea

Complementary Color

#bdfbea #fbbdce

#bdfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbea Color CSS Codes

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

#bdfbea Text Font Color

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

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


#bdfbea Background Color

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

This div background color is #bdfbea


#bdfbea Border Color

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

This div border color is #bdfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbea


Comments

No comments written yet.

Please login to write comment.