Color Hex Logo

#beecd3 Color Hex

#BEECD3
(190,236,211)
0 Favorites   0 Comments

Color spaces of #beecd3

RGB 190236211
HSL0.410.550.84
HSV147°19°93°
CMYK 0.190.000.11   0.07
XYZ62.988575.641272.9084
Yxy75.64120.29780.3576
Hunter Lab86.9719-22.924211.1777
CIE-Lab89.6925-19.64697.2562

#beecd3 color RGB value is (190,236,211).

#beecd3 hex color red value is 190, green value is 236 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #beecd3 hue: 0.41 , saturation: 0.55 and the lightness value of beecd3 is 0.84.

The process color (four color CMYK) of #beecd3 color hex is 0.19, 0.00, 0.11, 0.07. Web safe color of #beecd3 is #ccffcc. Color #beecd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11010011
Octal 276 354 323
Decimal 190 236 211
Hex BE EC D3

RGB Percentages of Color #beecd3

%29.83
%37.05
%33.12

CMYK Percentages of Color #beecd3

%19
%0
%11
%7

Triadic Colors of #beecd3

#beecd3 #d3beec #ecd3be

Analogous Colors of #beecd3

#beecd3 #beecea #c0ecbe

Monochromatic Colors of #beecd3

#beecd3

Complementary Color

#beecd3 #ecbed7

#beecd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecd3 Color CSS Codes

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

#beecd3 Text Font Color

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

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


#beecd3 Background Color

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

This div background color is #beecd3


#beecd3 Border Color

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

This div border color is #beecd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecd3


Comments

No comments written yet.

Please login to write comment.