Color Hex Logo

#baeceb Color Hex

#BAECEB
(186,236,235)
0 Favorites   0 Comments

Color spaces of #baeceb

RGB 186236235
HSL0.500.570.83
HSV179°21°93°
CMYK 0.210.000.00   0.07
XYZ65.240576.428289.9108
Yxy76.42820.28170.3300
Hunter Lab87.4232-19.78310.2192
CIE-Lab90.0578-16.0870-4.7768

#baeceb color RGB value is (186,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11101011
Octal 272 354 353
Decimal 186 236 235
Hex BA EC EB

RGB Percentages of Color #baeceb

%28.31
%35.92
%35.77

CMYK Percentages of Color #baeceb

%21
%0
%0
%7

Triadic Colors of #baeceb

#baeceb #ebbaec #ecebba

Analogous Colors of #baeceb

#baeceb #bad4ec #baecd2

Monochromatic Colors of #baeceb

#baeceb

Complementary Color

#baeceb #ecbabb

#baeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeceb Color CSS Codes

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

#baeceb Text Font Color

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

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


#baeceb Background Color

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

This div background color is #baeceb


#baeceb Border Color

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

This div border color is #baeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeceb


Comments

No comments written yet.

Please login to write comment.