Color Hex Logo

#bdfbe5 Color Hex

#BDFBE5
(189,251,229)
0 Favorites   0 Comments

Color spaces of #bdfbe5

RGB 189251229
HSL0.440.890.86
HSV159°25°98°
CMYK 0.250.000.09   0.02
XYZ69.626385.470386.9565
Yxy85.47030.28760.3531
Hunter Lab92.4501-27.35548.9483
CIE-Lab94.0854-23.77764.2454

#bdfbe5 color RGB value is (189,251,229).

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

The process color (four color CMYK) of #bdfbe5 color hex is 0.25, 0.00, 0.09, 0.02. Web safe color of #bdfbe5 is #ccffcc. Color #bdfbe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11100101
Octal 275 373 345
Decimal 189 251 229
Hex BD FB E5

RGB Percentages of Color #bdfbe5

%28.25
%37.52
%34.23

CMYK Percentages of Color #bdfbe5

%25
%0
%9
%2

Triadic Colors of #bdfbe5

#bdfbe5 #e5bdfb #fbe5bd

Analogous Colors of #bdfbe5

#bdfbe5 #bdf2fb #bdfbc6

Monochromatic Colors of #bdfbe5

#bdfbe5

Complementary Color

#bdfbe5 #fbbdd3

#bdfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbe5 Color CSS Codes

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

#bdfbe5 Text Font Color

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

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


#bdfbe5 Background Color

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

This div background color is #bdfbe5


#bdfbe5 Border Color

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

This div border color is #bdfbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbe5


Comments

No comments written yet.

Please login to write comment.