Color Hex Logo

#beecc8 Color Hex

#BEECC8
(190,236,200)
0 Favorites   0 Comments

Color spaces of #beecc8

RGB 190236200
HSL0.370.550.84
HSV133°19°93°
CMYK 0.190.000.15   0.07
XYZ61.656075.108265.8913
Yxy75.10820.30420.3706
Hunter Lab86.6650-24.673615.5874
CIE-Lab89.4437-21.670212.6310

#beecc8 color RGB value is (190,236,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11001000
Octal 276 354 310
Decimal 190 236 200
Hex BE EC C8

RGB Percentages of Color #beecc8

%30.35
%37.70
%31.95

CMYK Percentages of Color #beecc8

%19
%0
%15
%7

Triadic Colors of #beecc8

#beecc8 #c8beec #ecc8be

Analogous Colors of #beecc8

#beecc8 #beecdf #cbecbe

Monochromatic Colors of #beecc8

#beecc8

Complementary Color

#beecc8 #ecbee2

#beecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecc8 Color CSS Codes

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

#beecc8 Text Font Color

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

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


#beecc8 Background Color

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

This div background color is #beecc8


#beecc8 Border Color

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

This div border color is #beecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecc8


Comments

No comments written yet.

Please login to write comment.