Color Hex Logo

#bdece7 Color Hex

#BDECE7
(189,236,231)
0 Favorites   0 Comments

Color spaces of #bdece7

RGB 189236231
HSL0.480.550.83
HSV174°20°93°
CMYK 0.200.000.02   0.07
XYZ65.405576.579286.9353
Yxy76.57920.28570.3345
Hunter Lab87.5095-19.72902.3557
CIE-Lab90.1276-16.0164-2.5633

#bdece7 color RGB value is (189,236,231).

#bdece7 hex color red value is 189, green value is 236 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bdece7 hue: 0.48 , saturation: 0.55 and the lightness value of bdece7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11100111
Octal 275 354 347
Decimal 189 236 231
Hex BD EC E7

RGB Percentages of Color #bdece7

%28.81
%35.98
%35.21

CMYK Percentages of Color #bdece7

%20
%0
%2
%7

Triadic Colors of #bdece7

#bdece7 #e7bdec #ece7bd

Analogous Colors of #bdece7

#bdece7 #bddaec #bdecd0

Monochromatic Colors of #bdece7

#bdece7

Complementary Color

#bdece7 #ecbdc2

#bdece7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdece7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdece7 Color CSS Codes

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

#bdece7 Text Font Color

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

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


#bdece7 Background Color

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

This div background color is #bdece7


#bdece7 Border Color

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

This div border color is #bdece7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdece7


Comments

No comments written yet.

Please login to write comment.