Color Hex Logo

#bdfde5 Color Hex

#BDFDE5
(189,253,229)
0 Favorites   0 Comments

Color spaces of #bdfde5

RGB 189253229
HSL0.440.940.87
HSV158°25°99°
CMYK 0.250.000.09   0.01
XYZ70.254486.726587.1658
Yxy86.72650.28780.3552
Hunter Lab93.1271-28.31329.6942
CIE-Lab94.6221-24.73975.0220

#bdfde5 color RGB value is (189,253,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11100101
Octal 275 375 345
Decimal 189 253 229
Hex BD FD E5

RGB Percentages of Color #bdfde5

%28.17
%37.70
%34.13

CMYK Percentages of Color #bdfde5

%25
%0
%9
%1

Triadic Colors of #bdfde5

#bdfde5 #e5bdfd #fde5bd

Analogous Colors of #bdfde5

#bdfde5 #bdf5fd #bdfdc5

Monochromatic Colors of #bdfde5

#bdfde5

Complementary Color

#bdfde5 #fdbdd5

#bdfde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfde5 Color CSS Codes

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

#bdfde5 Text Font Color

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

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


#bdfde5 Background Color

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

This div background color is #bdfde5


#bdfde5 Border Color

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

This div border color is #bdfde5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,253,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 #bdfde5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfde5


Comments

No comments written yet.

Please login to write comment.