Color Hex Logo

#b4efca Color Hex

#B4EFCA
(180,239,202)
0 Favorites   0 Comments

Color spaces of #b4efca

RGB 180239202
HSL0.400.650.82
HSV142°25°94°
CMYK 0.250.000.15   0.06
XYZ60.349675.700667.3080
Yxy75.70060.29680.3723
Hunter Lab87.0061-28.448615.0375
CIE-Lab89.7201-25.940811.9039

#b4efca color RGB value is (180,239,202).

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

The process color (four color CMYK) of #b4efca color hex is 0.25, 0.00, 0.15, 0.06. Web safe color of #b4efca is #ccffcc. Color #b4efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101111 11001010
Octal 264 357 312
Decimal 180 239 202
Hex B4 EF CA

RGB Percentages of Color #b4efca

%28.99
%38.49
%32.53

CMYK Percentages of Color #b4efca

%25
%0
%15
%6

Triadic Colors of #b4efca

#b4efca #cab4ef #efcab4

Analogous Colors of #b4efca

#b4efca #b4efe8 #bcefb4

Monochromatic Colors of #b4efca

#b4efca

Complementary Color

#b4efca #efb4d9

#b4efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4efca Color CSS Codes

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

#b4efca Text Font Color

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

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


#b4efca Background Color

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

This div background color is #b4efca


#b4efca Border Color

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

This div border color is #b4efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4efca


Comments

No comments written yet.

Please login to write comment.