Color Hex Logo

#baefdc Color Hex

#BAEFDC
(186,239,220)
0 Favorites   0 Comments

Color spaces of #baefdc

RGB 186239220
HSL0.440.620.83
HSV158°22°94°
CMYK 0.220.000.08   0.06
XYZ64.034577.339479.2632
Yxy77.33940.29020.3505
Hunter Lab87.9428-23.92738.1217
CIE-Lab90.4776-20.63123.6672

#baefdc color RGB value is (186,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11011100
Octal 272 357 334
Decimal 186 239 220
Hex BA EF DC

RGB Percentages of Color #baefdc

%28.84
%37.05
%34.11

CMYK Percentages of Color #baefdc

%22
%0
%8
%6

Triadic Colors of #baefdc

#baefdc #dcbaef #efdcba

Analogous Colors of #baefdc

#baefdc #bae8ef #baefc2

Monochromatic Colors of #baefdc

#baefdc

Complementary Color

#baefdc #efbacd

#baefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefdc Color CSS Codes

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

#baefdc Text Font Color

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

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


#baefdc Background Color

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

This div background color is #baefdc


#baefdc Border Color

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

This div border color is #baefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefdc


Comments

No comments written yet.

Please login to write comment.