Color Hex Logo

#bdedca Color Hex

#BDEDCA
(189,237,202)
0 Favorites   0 Comments

Color spaces of #bdedca

RGB 189237202
HSL0.380.570.84
HSV136°20°93°
CMYK 0.200.000.15   0.07
XYZ61.931175.651567.2152
Yxy75.65150.30240.3694
Hunter Lab86.9779-25.113415.0661
CIE-Lab89.6973-22.120711.9428

#bdedca color RGB value is (189,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11001010
Octal 275 355 312
Decimal 189 237 202
Hex BD ED CA

RGB Percentages of Color #bdedca

%30.10
%37.74
%32.17

CMYK Percentages of Color #bdedca

%20
%0
%15
%7

Triadic Colors of #bdedca

#bdedca #cabded #edcabd

Analogous Colors of #bdedca

#bdedca #bdede2 #c8edbd

Monochromatic Colors of #bdedca

#bdedca

Complementary Color

#bdedca #edbde0

#bdedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedca Color CSS Codes

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

#bdedca Text Font Color

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

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


#bdedca Background Color

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

This div background color is #bdedca


#bdedca Border Color

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

This div border color is #bdedca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,237,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 #bdedca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedca


Comments

No comments written yet.

Please login to write comment.