Color Hex Logo

#bdebe2 Color Hex

#BDEBE2
(189,235,226)
0 Favorites   0 Comments

Color spaces of #bdebe2

RGB 189235226
HSL0.470.530.83
HSV168°20°92°
CMYK 0.200.000.04   0.08
XYZ64.422175.726583.1728
Yxy75.72650.28850.3391
Hunter Lab87.0210-20.14224.2466
CIE-Lab89.7322-16.5357-0.5287

#bdebe2 color RGB value is (189,235,226).

#bdebe2 hex color red value is 189, green value is 235 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bdebe2 hue: 0.47 , saturation: 0.53 and the lightness value of bdebe2 is 0.83.

The process color (four color CMYK) of #bdebe2 color hex is 0.20, 0.00, 0.04, 0.08. Web safe color of #bdebe2 is #ccffcc. Color #bdebe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11100010
Octal 275 353 342
Decimal 189 235 226
Hex BD EB E2

RGB Percentages of Color #bdebe2

%29.08
%36.15
%34.77

CMYK Percentages of Color #bdebe2

%20
%0
%4
%8

Triadic Colors of #bdebe2

#bdebe2 #e2bdeb #ebe2bd

Analogous Colors of #bdebe2

#bdebe2 #bdddeb #bdebcb

Monochromatic Colors of #bdebe2

#bdebe2

Complementary Color

#bdebe2 #ebbdc6

#bdebe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebe2 Color CSS Codes

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

#bdebe2 Text Font Color

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

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


#bdebe2 Background Color

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

This div background color is #bdebe2


#bdebe2 Border Color

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

This div border color is #bdebe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebe2


Comments

No comments written yet.

Please login to write comment.