Color Hex Logo

#bdfee5 Color Hex

#BDFEE5
(189,254,229)
0 Favorites   0 Comments

Color spaces of #bdfee5

RGB 189254229
HSL0.440.970.87
HSV157°26°100°
CMYK 0.260.000.10   0.00
XYZ70.570987.359687.2713
Yxy87.35960.28780.3563
Hunter Lab93.4664-28.791410.0663
CIE-Lab94.8906-25.21935.4101

#bdfee5 color RGB value is (189,254,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11100101
Octal 275 376 345
Decimal 189 254 229
Hex BD FE E5

RGB Percentages of Color #bdfee5

%28.13
%37.80
%34.08

CMYK Percentages of Color #bdfee5

%26
%0
%10
%0

Triadic Colors of #bdfee5

#bdfee5 #e5bdfe #fee5bd

Analogous Colors of #bdfee5

#bdfee5 #bdf7fe #bdfec5

Monochromatic Colors of #bdfee5

#bdfee5

Complementary Color

#bdfee5 #febdd6

#bdfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfee5 Color CSS Codes

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

#bdfee5 Text Font Color

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

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


#bdfee5 Background Color

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

This div background color is #bdfee5


#bdfee5 Border Color

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

This div border color is #bdfee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfee5

Related Colors


Comments

No comments written yet.

Please login to write comment.