Color Hex Logo

#bedebc Color Hex

#BEDEBC
(190,222,188)
0 Favorites   0 Comments

Color spaces of #bedebc

RGB 190222188
HSL0.320.340.80
HSV116°15°87°
CMYK 0.140.000.15   0.13
XYZ56.433666.820557.5002
Yxy66.82050.31220.3697
Hunter Lab81.7438-19.820315.5149
CIE-Lab85.4132-16.880413.1914

#bedebc color RGB value is (190,222,188).

#bedebc hex color red value is 190, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bedebc hue: 0.32 , saturation: 0.34 and the lightness value of bedebc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10111100
Octal 276 336 274
Decimal 190 222 188
Hex BE DE BC

RGB Percentages of Color #bedebc

%31.67
%37.00
%31.33

CMYK Percentages of Color #bedebc

%14
%0
%15
%13

Triadic Colors of #bedebc

#bedebc #bcbede #debcbe

Analogous Colors of #bedebc

#bedebc #bcdecb #cfdebc

Monochromatic Colors of #bedebc

#bedebc

Complementary Color

#bedebc #dcbcde

#bedebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedebc Color CSS Codes

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

#bedebc Text Font Color

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

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


#bedebc Background Color

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

This div background color is #bedebc


#bedebc Border Color

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

This div border color is #bedebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,222,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedebc


Comments

No comments written yet.

Please login to write comment.