Color Hex Logo

#beeeca Color Hex

#BEEECA
(190,238,202)
0 Favorites   0 Comments

Color spaces of #beeeca

RGB 190238202
HSL0.380.590.84
HSV135°20°93°
CMYK 0.200.000.15   0.07
XYZ62.470476.360567.3236
Yxy76.36050.30300.3704
Hunter Lab87.3845-25.314815.4904
CIE-Lab90.0265-22.284912.4188

#beeeca color RGB value is (190,238,202).

#beeeca hex color red value is 190, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #beeeca hue: 0.38 , saturation: 0.59 and the lightness value of beeeca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 11001010
Octal 276 356 312
Decimal 190 238 202
Hex BE EE CA

RGB Percentages of Color #beeeca

%30.16
%37.78
%32.06

CMYK Percentages of Color #beeeca

%20
%0
%15
%7

Triadic Colors of #beeeca

#beeeca #cabeee #eecabe

Analogous Colors of #beeeca

#beeeca #beeee2 #caeebe

Monochromatic Colors of #beeeca

#beeeca

Complementary Color

#beeeca #eebee2

#beeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeeca Color CSS Codes

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

#beeeca Text Font Color

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

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


#beeeca Background Color

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

This div background color is #beeeca


#beeeca Border Color

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

This div border color is #beeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeeca


Comments

No comments written yet.

Please login to write comment.