Color Hex Logo

#bdeecf Color Hex

#BDEECF
(189,238,207)
0 Favorites   0 Comments

Color spaces of #bdeecf

RGB 189238207
HSL0.390.590.84
HSV142°21°93°
CMYK 0.210.000.13   0.07
XYZ62.823376.472970.4811
Yxy76.47290.29950.3645
Hunter Lab87.4488-24.800813.4282
CIE-Lab90.0785-21.69209.8853

#bdeecf color RGB value is (189,238,207).

#bdeecf hex color red value is 189, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bdeecf hue: 0.39 , saturation: 0.59 and the lightness value of bdeecf is 0.84.

The process color (four color CMYK) of #bdeecf color hex is 0.21, 0.00, 0.13, 0.07. Web safe color of #bdeecf is #ccffcc. Color #bdeecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11001111
Octal 275 356 317
Decimal 189 238 207
Hex BD EE CF

RGB Percentages of Color #bdeecf

%29.81
%37.54
%32.65

CMYK Percentages of Color #bdeecf

%21
%0
%13
%7

Triadic Colors of #bdeecf

#bdeecf #cfbdee #eecfbd

Analogous Colors of #bdeecf

#bdeecf #bdeee8 #c4eebd

Monochromatic Colors of #bdeecf

#bdeecf

Complementary Color

#bdeecf #eebddc

#bdeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeecf Color CSS Codes

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

#bdeecf Text Font Color

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

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


#bdeecf Background Color

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

This div background color is #bdeecf


#bdeecf Border Color

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

This div border color is #bdeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeecf


Comments

No comments written yet.

Please login to write comment.