Color Hex Logo

#bdfce0 Color Hex

#BDFCE0
(189,252,224)
0 Favorites   0 Comments

Color spaces of #bdfce0

RGB 189252224
HSL0.430.910.86
HSV153°25°99°
CMYK 0.250.000.11   0.01
XYZ69.251285.821483.4363
Yxy85.82140.29040.3598
Hunter Lab92.6398-28.685311.4482
CIE-Lab94.2359-25.23737.0435

#bdfce0 color RGB value is (189,252,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11100000
Octal 275 374 340
Decimal 189 252 224
Hex BD FC E0

RGB Percentages of Color #bdfce0

%28.42
%37.89
%33.68

CMYK Percentages of Color #bdfce0

%25
%0
%11
%1

Triadic Colors of #bdfce0

#bdfce0 #e0bdfc #fce0bd

Analogous Colors of #bdfce0

#bdfce0 #bdf9fc #bdfcc1

Monochromatic Colors of #bdfce0

#bdfce0

Complementary Color

#bdfce0 #fcbdd9

#bdfce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfce0 Color CSS Codes

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

#bdfce0 Text Font Color

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

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


#bdfce0 Background Color

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

This div background color is #bdfce0


#bdfce0 Border Color

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

This div border color is #bdfce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfce0

Related Colors


Comments

No comments written yet.

Please login to write comment.