Color Hex Logo

#bde4cb Color Hex

#BDE4CB
(189,228,203)
0 Favorites   0 Comments

Color spaces of #bde4cb

RGB 189228203
HSL0.390.420.82
HSV142°17°89°
CMYK 0.170.000.11   0.11
XYZ59.509270.617466.9940
Yxy70.61740.30190.3582
Hunter Lab84.0342-20.654111.5565
CIE-Lab87.2988-17.50817.9945

#bde4cb color RGB value is (189,228,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 11001011
Octal 275 344 313
Decimal 189 228 203
Hex BD E4 CB

RGB Percentages of Color #bde4cb

%30.48
%36.77
%32.74

CMYK Percentages of Color #bde4cb

%17
%0
%11
%11

Triadic Colors of #bde4cb

#bde4cb #cbbde4 #e4cbbd

Analogous Colors of #bde4cb

#bde4cb #bde4df #c3e4bd

Monochromatic Colors of #bde4cb

#bde4cb

Complementary Color

#bde4cb #e4bdd6

#bde4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde4cb Color CSS Codes

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

#bde4cb Text Font Color

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

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


#bde4cb Background Color

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

This div background color is #bde4cb


#bde4cb Border Color

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

This div border color is #bde4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde4cb


Comments

No comments written yet.

Please login to write comment.