Color Hex Logo

#bdecc4 Color Hex

#BDECC4
(189,236,196)
0 Favorites   0 Comments

Color spaces of #bdecc4

RGB 189236196
HSL0.360.550.83
HSV129°20°93°
CMYK 0.200.000.17   0.07
XYZ60.945574.795263.4493
Yxy74.79520.30600.3755
Hunter Lab86.4842-25.558317.0407
CIE-Lab89.2970-22.707014.4943

#bdecc4 color RGB value is (189,236,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11000100
Octal 275 354 304
Decimal 189 236 196
Hex BD EC C4

RGB Percentages of Color #bdecc4

%30.43
%38.00
%31.56

CMYK Percentages of Color #bdecc4

%20
%0
%17
%7

Triadic Colors of #bdecc4

#bdecc4 #c4bdec #ecc4bd

Analogous Colors of #bdecc4

#bdecc4 #bdecdc #ceecbd

Monochromatic Colors of #bdecc4

#bdecc4

Complementary Color

#bdecc4 #ecbde5

#bdecc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecc4 Color CSS Codes

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

#bdecc4 Text Font Color

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

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


#bdecc4 Background Color

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

This div background color is #bdecc4


#bdecc4 Border Color

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

This div border color is #bdecc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecc4


Comments

No comments written yet.

Please login to write comment.