Color Hex Logo

#bdfcef Color Hex

#BDFCEF
(189,252,239)
0 Favorites   0 Comments

Color spaces of #bdfcef

RGB 189252239
HSL0.470.910.86
HSV168°25°99°
CMYK 0.250.000.05   0.01
XYZ71.376786.671694.6287
Yxy86.67160.28250.3430
Hunter Lab93.0976-26.06724.9032
CIE-Lab94.5988-22.2445-0.1737

#bdfcef color RGB value is (189,252,239).

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

The process color (four color CMYK) of #bdfcef color hex is 0.25, 0.00, 0.05, 0.01. Web safe color of #bdfcef is #ccffff. Color #bdfcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11101111
Octal 275 374 357
Decimal 189 252 239
Hex BD FC EF

RGB Percentages of Color #bdfcef

%27.79
%37.06
%35.15

CMYK Percentages of Color #bdfcef

%25
%0
%5
%1

Triadic Colors of #bdfcef

#bdfcef #efbdfc #fcefbd

Analogous Colors of #bdfcef

#bdfcef #bdeafc #bdfcd0

Monochromatic Colors of #bdfcef

#bdfcef

Complementary Color

#bdfcef #fcbdca

#bdfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcef Color CSS Codes

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

#bdfcef Text Font Color

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

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


#bdfcef Background Color

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

This div background color is #bdfcef


#bdfcef Border Color

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

This div border color is #bdfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcef


Comments

No comments written yet.

Please login to write comment.