Color Hex Logo

#bdedc1 Color Hex

#BDEDC1
(189,237,193)
0 Favorites   0 Comments

Color spaces of #bdedc1

RGB 189237193
HSL0.350.570.84
HSV125°20°93°
CMYK 0.200.000.19   0.07
XYZ60.896175.237461.7648
Yxy75.23740.30770.3802
Hunter Lab86.7395-26.476918.4989
CIE-Lab89.5041-23.716216.3430

#bdedc1 color RGB value is (189,237,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11000001
Octal 275 355 301
Decimal 189 237 193
Hex BD ED C1

RGB Percentages of Color #bdedc1

%30.53
%38.29
%31.18

CMYK Percentages of Color #bdedc1

%20
%0
%19
%7

Triadic Colors of #bdedc1

#bdedc1 #c1bded #edc1bd

Analogous Colors of #bdedc1

#bdedc1 #bdedd9 #d1edbd

Monochromatic Colors of #bdedc1

#bdedc1

Complementary Color

#bdedc1 #edbde9

#bdedc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedc1 Color CSS Codes

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

#bdedc1 Text Font Color

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

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


#bdedc1 Background Color

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

This div background color is #bdedc1


#bdedc1 Border Color

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

This div border color is #bdedc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedc1


Comments

No comments written yet.

Please login to write comment.