Color Hex Logo

#bdfee3 Color Hex

#BDFEE3
(189,254,227)
0 Favorites   0 Comments

Color spaces of #bdfee3

RGB 189254227
HSL0.430.970.87
HSV155°26°100°
CMYK 0.260.000.11   0.00
XYZ70.293287.248585.8088
Yxy87.24850.28890.3585
Hunter Lab93.4069-29.132210.9177
CIE-Lab94.8436-25.61126.3727

#bdfee3 color RGB value is (189,254,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11100011
Octal 275 376 343
Decimal 189 254 227
Hex BD FE E3

RGB Percentages of Color #bdfee3

%28.21
%37.91
%33.88

CMYK Percentages of Color #bdfee3

%26
%0
%11
%0

Triadic Colors of #bdfee3

#bdfee3 #e3bdfe #fee3bd

Analogous Colors of #bdfee3

#bdfee3 #bdf9fe #bdfec3

Monochromatic Colors of #bdfee3

#bdfee3

Complementary Color

#bdfee3 #febdd8

#bdfee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfee3 Color CSS Codes

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

#bdfee3 Text Font Color

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

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


#bdfee3 Background Color

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

This div background color is #bdfee3


#bdfee3 Border Color

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

This div border color is #bdfee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfee3


Comments

No comments written yet.

Please login to write comment.