Color Hex Logo

#bdecca Color Hex

#BDECCA
(189,236,202)
0 Favorites   0 Comments

Color spaces of #bdecca

RGB 189236202
HSL0.380.550.83
HSV137°20°93°
CMYK 0.200.000.14   0.07
XYZ61.642475.074067.1189
Yxy75.07400.30240.3683
Hunter Lab86.6453-24.638214.7233
CIE-Lab89.4276-21.633011.5593

#bdecca color RGB value is (189,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11001010
Octal 275 354 312
Decimal 189 236 202
Hex BD EC CA

RGB Percentages of Color #bdecca

%30.14
%37.64
%32.22

CMYK Percentages of Color #bdecca

%20
%0
%14
%7

Triadic Colors of #bdecca

#bdecca #cabdec #eccabd

Analogous Colors of #bdecca

#bdecca #bdece2 #c8ecbd

Monochromatic Colors of #bdecca

#bdecca

Complementary Color

#bdecca #ecbddf

#bdecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecca Color CSS Codes

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

#bdecca Text Font Color

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

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


#bdecca Background Color

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

This div background color is #bdecca


#bdecca Border Color

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

This div border color is #bdecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecca


Comments

No comments written yet.

Please login to write comment.