Color Hex Logo

#beecd7 Color Hex

#BEECD7
(190,236,215)
0 Favorites   0 Comments

Color spaces of #beecd7

RGB 190236215
HSL0.420.550.84
HSV153°19°93°
CMYK 0.190.000.09   0.07
XYZ63.496475.844475.5828
Yxy75.84440.29540.3529
Hunter Lab87.0887-22.26089.5053
CIE-Lab89.7870-18.88595.3054

#beecd7 color RGB value is (190,236,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11010111
Octal 276 354 327
Decimal 190 236 215
Hex BE EC D7

RGB Percentages of Color #beecd7

%29.64
%36.82
%33.54

CMYK Percentages of Color #beecd7

%19
%0
%9
%7

Triadic Colors of #beecd7

#beecd7 #d7beec #ecd7be

Analogous Colors of #beecd7

#beecd7 #beeaec #beecc0

Monochromatic Colors of #beecd7

#beecd7

Complementary Color

#beecd7 #ecbed3

#beecd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecd7 Color CSS Codes

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

#beecd7 Text Font Color

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

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


#beecd7 Background Color

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

This div background color is #beecd7


#beecd7 Border Color

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

This div border color is #beecd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecd7


Comments

No comments written yet.

Please login to write comment.