Color Hex Logo

#b5eccf Color Hex

#B5ECCF
(181,236,207)
0 Favorites   0 Comments

Color spaces of #b5eccf

RGB 181236207
HSL0.410.590.82
HSV148°23°93°
CMYK 0.230.000.12   0.07
XYZ60.314074.319770.1977
Yxy74.31970.29450.3628
Hunter Lab86.2089-25.982212.0679
CIE-Lab89.0734-23.23758.3846

#b5eccf color RGB value is (181,236,207).

#b5eccf hex color red value is 181, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b5eccf hue: 0.41 , saturation: 0.59 and the lightness value of b5eccf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101100 11001111
Octal 265 354 317
Decimal 181 236 207
Hex B5 EC CF

RGB Percentages of Color #b5eccf

%29.01
%37.82
%33.17

CMYK Percentages of Color #b5eccf

%23
%0
%12
%7

Triadic Colors of #b5eccf

#b5eccf #cfb5ec #eccfb5

Analogous Colors of #b5eccf

#b5eccf #b5eceb #b7ecb5

Monochromatic Colors of #b5eccf

#b5eccf

Complementary Color

#b5eccf #ecb5d2

#b5eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eccf Color CSS Codes

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

#b5eccf Text Font Color

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

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


#b5eccf Background Color

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

This div background color is #b5eccf


#b5eccf Border Color

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

This div border color is #b5eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eccf


Comments

No comments written yet.

Please login to write comment.