Color Hex Logo

#bdfeca Color Hex

#BDFECA
(189,254,202)
0 Favorites   0 Comments

Color spaces of #bdfeca

RGB 189254202
HSL0.370.970.87
HSV132°26°100°
CMYK 0.260.000.20   0.00
XYZ67.088785.966768.9344
Yxy85.96670.30220.3873
Hunter Lab92.7182-33.098620.8217
CIE-Lab94.2981-30.238118.4355

#bdfeca color RGB value is (189,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11001010
Octal 275 376 312
Decimal 189 254 202
Hex BD FE CA

RGB Percentages of Color #bdfeca

%29.30
%39.38
%31.32

CMYK Percentages of Color #bdfeca

%26
%0
%20
%0

Triadic Colors of #bdfeca

#bdfeca #cabdfe #fecabd

Analogous Colors of #bdfeca

#bdfeca #bdfeeb #d1febd

Monochromatic Colors of #bdfeca

#bdfeca

Complementary Color

#bdfeca #febdf1

#bdfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeca Color CSS Codes

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

#bdfeca Text Font Color

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

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


#bdfeca Background Color

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

This div background color is #bdfeca


#bdfeca Border Color

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

This div border color is #bdfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeca


Comments

No comments written yet.

Please login to write comment.