Color Hex Logo

#beecd5 Color Hex

#BEECD5
(190,236,213)
0 Favorites   0 Comments

Color spaces of #beecd5

RGB 190236213
HSL0.420.550.84
HSV150°19°93°
CMYK 0.190.000.10   0.07
XYZ63.240975.742274.2373
Yxy75.74220.29660.3552
Hunter Lab87.0300-22.594310.3461
CIE-Lab89.7395-19.26816.2806

#beecd5 color RGB value is (190,236,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11010101
Octal 276 354 325
Decimal 190 236 213
Hex BE EC D5

RGB Percentages of Color #beecd5

%29.73
%36.93
%33.33

CMYK Percentages of Color #beecd5

%19
%0
%10
%7

Triadic Colors of #beecd5

#beecd5 #d5beec #ecd5be

Analogous Colors of #beecd5

#beecd5 #beecec #beecbe

Monochromatic Colors of #beecd5

#beecd5

Complementary Color

#beecd5 #ecbed5

#beecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecd5 Color CSS Codes

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

#beecd5 Text Font Color

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

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


#beecd5 Background Color

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

This div background color is #beecd5


#beecd5 Border Color

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

This div border color is #beecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecd5


Comments

No comments written yet.

Please login to write comment.