Color Hex Logo

#bdece6 Color Hex

#BDECE6
(189,236,230)
0 Favorites   0 Comments

Color spaces of #bdece6

RGB 189236230
HSL0.480.550.83
HSV172°20°93°
CMYK 0.200.000.03   0.07
XYZ65.264676.522986.1935
Yxy76.52290.28630.3357
Hunter Lab87.4774-19.91122.8143
CIE-Lab90.1016-16.2214-2.0789

#bdece6 color RGB value is (189,236,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11100110
Octal 275 354 346
Decimal 189 236 230
Hex BD EC E6

RGB Percentages of Color #bdece6

%28.85
%36.03
%35.11

CMYK Percentages of Color #bdece6

%20
%0
%3
%7

Triadic Colors of #bdece6

#bdece6 #e6bdec #ece6bd

Analogous Colors of #bdece6

#bdece6 #bddbec #bdeccf

Monochromatic Colors of #bdece6

#bdece6

Complementary Color

#bdece6 #ecbdc3

#bdece6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdece6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdece6 Color CSS Codes

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

#bdece6 Text Font Color

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

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


#bdece6 Background Color

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

This div background color is #bdece6


#bdece6 Border Color

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

This div border color is #bdece6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdece6

#bdece6 Color Palettes


Comments

No comments written yet.

Please login to write comment.