Color Hex Logo

#beecc0 Color Hex

#BEECC0
(190,236,192)
0 Favorites   0 Comments

Color spaces of #beecc0

RGB 190236192
HSL0.340.550.84
HSV123°19°93°
CMYK 0.190.000.19   0.07
XYZ60.745174.743861.0946
Yxy74.74380.30900.3802
Hunter Lab86.4545-25.876818.6198
CIE-Lab89.2728-23.076116.5453

#beecc0 color RGB value is (190,236,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11000000
Octal 276 354 300
Decimal 190 236 192
Hex BE EC C0

RGB Percentages of Color #beecc0

%30.74
%38.19
%31.07

CMYK Percentages of Color #beecc0

%19
%0
%19
%7

Triadic Colors of #beecc0

#beecc0 #c0beec #ecc0be

Analogous Colors of #beecc0

#beecc0 #beecd7 #d3ecbe

Monochromatic Colors of #beecc0

#beecc0

Complementary Color

#beecc0 #ecbeea

#beecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecc0 Color CSS Codes

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

#beecc0 Text Font Color

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

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


#beecc0 Background Color

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

This div background color is #beecc0


#beecc0 Border Color

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

This div border color is #beecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecc0


Comments

No comments written yet.

Please login to write comment.