Color Hex Logo

#bdedd4 Color Hex

#BDEDD4
(189,237,212)
0 Favorites   0 Comments

Color spaces of #bdedd4

RGB 189237212
HSL0.410.570.84
HSV149°20°93°
CMYK 0.200.000.11   0.07
XYZ63.154176.140773.6554
Yxy76.14070.29660.3576
Hunter Lab87.2586-23.511911.0341
CIE-Lab89.9246-20.26587.0609

#bdedd4 color RGB value is (189,237,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11010100
Octal 275 355 324
Decimal 189 237 212
Hex BD ED D4

RGB Percentages of Color #bdedd4

%29.62
%37.15
%33.23

CMYK Percentages of Color #bdedd4

%20
%0
%11
%7

Triadic Colors of #bdedd4

#bdedd4 #d4bded #edd4bd

Analogous Colors of #bdedd4

#bdedd4 #bdedec #beedbd

Monochromatic Colors of #bdedd4

#bdedd4

Complementary Color

#bdedd4 #edbdd6

#bdedd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedd4 Color CSS Codes

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

#bdedd4 Text Font Color

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

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


#bdedd4 Background Color

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

This div background color is #bdedd4


#bdedd4 Border Color

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

This div border color is #bdedd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedd4


Comments

No comments written yet.

Please login to write comment.