Color Hex Logo

#baecbe Color Hex

#BAECBE
(186,236,190)
0 Favorites   0 Comments

Color spaces of #baecbe

RGB 186236190
HSL0.350.570.83
HSV125°21°93°
CMYK 0.210.000.19   0.07
XYZ59.539474.147759.8891
Yxy74.14770.30760.3830
Hunter Lab86.1091-27.268519.0400
CIE-Lab88.9922-24.735117.1537

#baecbe color RGB value is (186,236,190).

#baecbe hex color red value is 186, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #baecbe hue: 0.35 , saturation: 0.57 and the lightness value of baecbe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10111110
Octal 272 354 276
Decimal 186 236 190
Hex BA EC BE

RGB Percentages of Color #baecbe

%30.39
%38.56
%31.05

CMYK Percentages of Color #baecbe

%21
%0
%19
%7

Triadic Colors of #baecbe

#baecbe #bebaec #ecbeba

Analogous Colors of #baecbe

#baecbe #baecd7 #cfecba

Monochromatic Colors of #baecbe

#baecbe

Complementary Color

#baecbe #ecbae8

#baecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecbe Color CSS Codes

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

#baecbe Text Font Color

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

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


#baecbe Background Color

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

This div background color is #baecbe


#baecbe Border Color

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

This div border color is #baecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecbe


Comments

No comments written yet.

Please login to write comment.