Color Hex Logo

#bde5cb Color Hex

#BDE5CB
(189,229,203)
0 Favorites   0 Comments

Color spaces of #bde5cb

RGB 189229203
HSL0.390.430.82
HSV141°17°90°
CMYK 0.170.000.11   0.10
XYZ59.785171.169267.0859
Yxy71.16920.30190.3594
Hunter Lab84.3618-21.134811.9049
CIE-Lab87.5671-18.00488.3794

#bde5cb color RGB value is (189,229,203).

#bde5cb hex color red value is 189, green value is 229 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bde5cb hue: 0.39 , saturation: 0.43 and the lightness value of bde5cb is 0.82.

The process color (four color CMYK) of #bde5cb color hex is 0.17, 0.00, 0.11, 0.10. Web safe color of #bde5cb is #cccccc. Color #bde5cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 11001011
Octal 275 345 313
Decimal 189 229 203
Hex BD E5 CB

RGB Percentages of Color #bde5cb

%30.43
%36.88
%32.69

CMYK Percentages of Color #bde5cb

%17
%0
%11
%10

Triadic Colors of #bde5cb

#bde5cb #cbbde5 #e5cbbd

Analogous Colors of #bde5cb

#bde5cb #bde5df #c3e5bd

Monochromatic Colors of #bde5cb

#bde5cb

Complementary Color

#bde5cb #e5bdd7

#bde5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde5cb Color CSS Codes

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

#bde5cb Text Font Color

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

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


#bde5cb Background Color

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

This div background color is #bde5cb


#bde5cb Border Color

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

This div border color is #bde5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde5cb


Comments

No comments written yet.

Please login to write comment.