Color Hex Logo

#b2eeca Color Hex

#B2EECA
(178,238,202)
0 Favorites   0 Comments

Color spaces of #b2eeca

RGB 178238202
HSL0.400.640.82
HSV144°25°93°
CMYK 0.250.000.15   0.07
XYZ59.595374.878367.1891
Yxy74.87830.29550.3713
Hunter Lab86.5322-28.497414.5361
CIE-Lab89.3360-26.082811.3418

#b2eeca color RGB value is (178,238,202).

#b2eeca hex color red value is 178, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2eeca hue: 0.40 , saturation: 0.64 and the lightness value of b2eeca is 0.82.

The process color (four color CMYK) of #b2eeca color hex is 0.25, 0.00, 0.15, 0.07. Web safe color of #b2eeca is #99ffcc. Color #b2eeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101110 11001010
Octal 262 356 312
Decimal 178 238 202
Hex B2 EE CA

RGB Percentages of Color #b2eeca

%28.80
%38.51
%32.69

CMYK Percentages of Color #b2eeca

%25
%0
%15
%7

Triadic Colors of #b2eeca

#b2eeca #cab2ee #eecab2

Analogous Colors of #b2eeca

#b2eeca #b2eee8 #b8eeb2

Monochromatic Colors of #b2eeca

#b2eeca

Complementary Color

#b2eeca #eeb2d6

#b2eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eeca Color CSS Codes

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

#b2eeca Text Font Color

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

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


#b2eeca Background Color

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

This div background color is #b2eeca


#b2eeca Border Color

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

This div border color is #b2eeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2eeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eeca


Comments

No comments written yet.

Please login to write comment.