Color Hex Logo

#bdeeb7 Color Hex

#BDEEB7
(189,238,183)
0 Favorites   0 Comments

Color spaces of #bdeeb7

RGB 189238183
HSL0.320.620.83
HSV113°23°93°
CMYK 0.210.000.23   0.07
XYZ60.108075.386856.1828
Yxy75.38680.31360.3933
Hunter Lab86.8256-28.372022.4127
CIE-Lab89.5739-25.884621.6091

#bdeeb7 color RGB value is (189,238,183).

#bdeeb7 hex color red value is 189, green value is 238 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bdeeb7 hue: 0.32 , saturation: 0.62 and the lightness value of bdeeb7 is 0.83.

The process color (four color CMYK) of #bdeeb7 color hex is 0.21, 0.00, 0.23, 0.07. Web safe color of #bdeeb7 is #ccffcc. Color #bdeeb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10110111
Octal 275 356 267
Decimal 189 238 183
Hex BD EE B7

RGB Percentages of Color #bdeeb7

%30.98
%39.02
%30.00

CMYK Percentages of Color #bdeeb7

%21
%0
%23
%7

Triadic Colors of #bdeeb7

#bdeeb7 #b7bdee #eeb7bd

Analogous Colors of #bdeeb7

#bdeeb7 #b7eecd #d9eeb7

Monochromatic Colors of #bdeeb7

#bdeeb7

Complementary Color

#bdeeb7 #e8b7ee

#bdeeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeb7 Color CSS Codes

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

#bdeeb7 Text Font Color

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

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


#bdeeb7 Background Color

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

This div background color is #bdeeb7


#bdeeb7 Border Color

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

This div border color is #bdeeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeb7


Comments

No comments written yet.

Please login to write comment.