Color Hex Logo

#bdfce5 Color Hex

#BDFCE5
(189,252,229)
0 Favorites   0 Comments

Color spaces of #bdfce5

RGB 189252229
HSL0.440.910.86
HSV158°25°99°
CMYK 0.250.000.09   0.01
XYZ69.939586.096887.0609
Yxy86.09680.28770.3542
Hunter Lab92.7884-27.83479.3216
CIE-Lab94.3537-24.25934.6338

#bdfce5 color RGB value is (189,252,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11100101
Octal 275 374 345
Decimal 189 252 229
Hex BD FC E5

RGB Percentages of Color #bdfce5

%28.21
%37.61
%34.18

CMYK Percentages of Color #bdfce5

%25
%0
%9
%1

Triadic Colors of #bdfce5

#bdfce5 #e5bdfc #fce5bd

Analogous Colors of #bdfce5

#bdfce5 #bdf4fc #bdfcc6

Monochromatic Colors of #bdfce5

#bdfce5

Complementary Color

#bdfce5 #fcbdd4

#bdfce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfce5 Color CSS Codes

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

#bdfce5 Text Font Color

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

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


#bdfce5 Background Color

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

This div background color is #bdfce5


#bdfce5 Border Color

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

This div border color is #bdfce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfce5


Comments

No comments written yet.

Please login to write comment.