Color Hex Logo

#baefca Color Hex

#BAEFCA
(186,239,202)
0 Favorites   0 Comments

Color spaces of #baefca

RGB 186239202
HSL0.380.620.83
HSV138°22°94°
CMYK 0.220.000.15   0.06
XYZ61.776976.436467.3748
Yxy76.43640.30050.3718
Hunter Lab87.4279-26.870115.5087
CIE-Lab90.0616-24.050912.4362

#baefca color RGB value is (186,239,202).

#baefca hex color red value is 186, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #baefca hue: 0.38 , saturation: 0.62 and the lightness value of baefca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11001010
Octal 272 357 312
Decimal 186 239 202
Hex BA EF CA

RGB Percentages of Color #baefca

%29.67
%38.12
%32.22

CMYK Percentages of Color #baefca

%22
%0
%15
%6

Triadic Colors of #baefca

#baefca #cabaef #efcaba

Analogous Colors of #baefca

#baefca #baefe5 #c5efba

Monochromatic Colors of #baefca

#baefca

Complementary Color

#baefca #efbadf

#baefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefca Color CSS Codes

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

#baefca Text Font Color

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

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


#baefca Background Color

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

This div background color is #baefca


#baefca Border Color

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

This div border color is #baefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefca


Comments

No comments written yet.

Please login to write comment.