Color Hex Logo

#beddcb Color Hex

#BEDDCB
(190,221,203)
0 Favorites   0 Comments

Color spaces of #beddcb

RGB 190221203
HSL0.400.310.81
HSV145°14°87°
CMYK 0.140.000.08   0.13
XYZ57.871166.971866.3766
Yxy66.97180.30260.3502
Hunter Lab81.8363-16.98609.1959
CIE-Lab85.4897-13.67175.3995

#beddcb color RGB value is (190,221,203).

#beddcb hex color red value is 190, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #beddcb hue: 0.40 , saturation: 0.31 and the lightness value of beddcb is 0.81.

The process color (four color CMYK) of #beddcb color hex is 0.14, 0.00, 0.08, 0.13. Web safe color of #beddcb is #cccccc. Color #beddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11001011
Octal 276 335 313
Decimal 190 221 203
Hex BE DD CB

RGB Percentages of Color #beddcb

%30.94
%35.99
%33.06

CMYK Percentages of Color #beddcb

%14
%0
%8
%13

Triadic Colors of #beddcb

#beddcb #cbbedd #ddcbbe

Analogous Colors of #beddcb

#beddcb #bedddb #c1ddbe

Monochromatic Colors of #beddcb

#beddcb

Complementary Color

#beddcb #ddbed0

#beddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddcb Color CSS Codes

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

#beddcb Text Font Color

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

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


#beddcb Background Color

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

This div background color is #beddcb


#beddcb Border Color

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

This div border color is #beddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddcb

#beddcb Color Palettes


Comments

No comments written yet.

Please login to write comment.