Color Hex Logo

#bdfeeb Color Hex

#BDFEEB
(189,254,235)
0 Favorites   0 Comments

Color spaces of #bdfeeb

RGB 189254235
HSL0.450.970.87
HSV162°26°100°
CMYK 0.260.000.07   0.00
XYZ71.423587.700691.7608
Yxy87.70060.28470.3496
Hunter Lab93.6486-27.74757.4592
CIE-Lab95.0347-24.02432.5260

#bdfeeb color RGB value is (189,254,235).

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

The process color (four color CMYK) of #bdfeeb color hex is 0.26, 0.00, 0.07, 0.00. Web safe color of #bdfeeb is #ccffff. Color #bdfeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11101011
Octal 275 376 353
Decimal 189 254 235
Hex BD FE EB

RGB Percentages of Color #bdfeeb

%27.88
%37.46
%34.66

CMYK Percentages of Color #bdfeeb

%26
%0
%7
%0

Triadic Colors of #bdfeeb

#bdfeeb #ebbdfe #feebbd

Analogous Colors of #bdfeeb

#bdfeeb #bdf1fe #bdfecb

Monochromatic Colors of #bdfeeb

#bdfeeb

Complementary Color

#bdfeeb #febdd0

#bdfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeeb Color CSS Codes

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

#bdfeeb Text Font Color

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

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


#bdfeeb Background Color

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

This div background color is #bdfeeb


#bdfeeb Border Color

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

This div border color is #bdfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeeb


Comments

No comments written yet.

Please login to write comment.