Color Hex Logo

#baebcc Color Hex

#BAEBCC
(186,235,204)
0 Favorites   0 Comments

Color spaces of #baebcc

RGB 186235204
HSL0.390.550.83
HSV142°21°92°
CMYK 0.210.000.13   0.08
XYZ60.857174.215468.2442
Yxy74.21540.29930.3650
Hunter Lab86.1484-24.663313.3361
CIE-Lab89.0242-21.73979.9177

#baebcc color RGB value is (186,235,204).

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

The process color (four color CMYK) of #baebcc color hex is 0.21, 0.00, 0.13, 0.08. Web safe color of #baebcc is #ccffcc. Color #baebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11001100
Octal 272 353 314
Decimal 186 235 204
Hex BA EB CC

RGB Percentages of Color #baebcc

%29.76
%37.60
%32.64

CMYK Percentages of Color #baebcc

%21
%0
%13
%8

Triadic Colors of #baebcc

#baebcc #ccbaeb #ebccba

Analogous Colors of #baebcc

#baebcc #baebe5 #c1ebba

Monochromatic Colors of #baebcc

#baebcc

Complementary Color

#baebcc #ebbad9

#baebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebcc Color CSS Codes

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

#baebcc Text Font Color

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

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


#baebcc Background Color

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

This div background color is #baebcc


#baebcc Border Color

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

This div border color is #baebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebcc


Comments

No comments written yet.

Please login to write comment.