Color Hex Logo

#beede4 Color Hex

#BEEDE4
(190,237,228)
0 Favorites   0 Comments

Color spaces of #beede4

RGB 190237228
HSL0.470.570.84
HSV169°20°93°
CMYK 0.200.000.04   0.07
XYZ65.523077.117084.8304
Yxy77.11700.28810.3390
Hunter Lab87.8163-20.49304.1973
CIE-Lab90.3754-16.8205-0.6263

#beede4 color RGB value is (190,237,228).

#beede4 hex color red value is 190, green value is 237 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #beede4 hue: 0.47 , saturation: 0.57 and the lightness value of beede4 is 0.84.

The process color (four color CMYK) of #beede4 color hex is 0.20, 0.00, 0.04, 0.07. Web safe color of #beede4 is #ccffcc. Color #beede4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11100100
Octal 276 355 344
Decimal 190 237 228
Hex BE ED E4

RGB Percentages of Color #beede4

%29.01
%36.18
%34.81

CMYK Percentages of Color #beede4

%20
%0
%4
%7

Triadic Colors of #beede4

#beede4 #e4beed #ede4be

Analogous Colors of #beede4

#beede4 #bedfed #beedcd

Monochromatic Colors of #beede4

#beede4

Complementary Color

#beede4 #edbec7

#beede4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beede4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beede4 Color CSS Codes

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

#beede4 Text Font Color

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

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


#beede4 Background Color

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

This div background color is #beede4


#beede4 Border Color

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

This div border color is #beede4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beede4


Comments

No comments written yet.

Please login to write comment.