Color Hex Logo

#bdede4 Color Hex

#BDEDE4
(189,237,228)
0 Favorites   0 Comments

Color spaces of #bdede4

RGB 189237228
HSL0.470.570.84
HSV169°20°93°
CMYK 0.200.000.04   0.07
XYZ65.274076.988684.8188
Yxy76.98860.28740.3390
Hunter Lab87.7431-20.76054.1063
CIE-Lab90.3164-17.1261-0.7197

#bdede4 color RGB value is (189,237,228).

#bdede4 hex color red value is 189, green value is 237 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bdede4 hue: 0.47 , saturation: 0.57 and the lightness value of bdede4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11100100
Octal 275 355 344
Decimal 189 237 228
Hex BD ED E4

RGB Percentages of Color #bdede4

%28.90
%36.24
%34.86

CMYK Percentages of Color #bdede4

%20
%0
%4
%7

Triadic Colors of #bdede4

#bdede4 #e4bded #ede4bd

Analogous Colors of #bdede4

#bdede4 #bddeed #bdedcc

Monochromatic Colors of #bdede4

#bdede4

Complementary Color

#bdede4 #edbdc6

#bdede4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdede4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdede4 Color CSS Codes

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

#bdede4 Text Font Color

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

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


#bdede4 Background Color

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

This div background color is #bdede4


#bdede4 Border Color

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

This div border color is #bdede4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdede4


Comments

No comments written yet.

Please login to write comment.