Color Hex Logo

#bdfee9 Color Hex

#BDFEE9
(189,254,233)
0 Favorites   0 Comments

Color spaces of #bdfee9

RGB 189254233
HSL0.450.970.87
HSV161°26°100°
CMYK 0.260.000.08   0.00
XYZ71.136187.585690.2472
Yxy87.58560.28570.3518
Hunter Lab93.5872-28.09888.3370
CIE-Lab94.9862-24.42563.4867

#bdfee9 color RGB value is (189,254,233).

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

The process color (four color CMYK) of #bdfee9 color hex is 0.26, 0.00, 0.08, 0.00. Web safe color of #bdfee9 is #ccffff. Color #bdfee9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11101001
Octal 275 376 351
Decimal 189 254 233
Hex BD FE E9

RGB Percentages of Color #bdfee9

%27.96
%37.57
%34.47

CMYK Percentages of Color #bdfee9

%26
%0
%8
%0

Triadic Colors of #bdfee9

#bdfee9 #e9bdfe #fee9bd

Analogous Colors of #bdfee9

#bdfee9 #bdf3fe #bdfec9

Monochromatic Colors of #bdfee9

#bdfee9

Complementary Color

#bdfee9 #febdd2

#bdfee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfee9 Color CSS Codes

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

#bdfee9 Text Font Color

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

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


#bdfee9 Background Color

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

This div background color is #bdfee9


#bdfee9 Border Color

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

This div border color is #bdfee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfee9

Related Colors


Comments

No comments written yet.

Please login to write comment.