Color Hex Logo

#baefda Color Hex

#BAEFDA
(186,239,218)
0 Favorites   0 Comments

Color spaces of #baefda

RGB 186239218
HSL0.430.620.83
HSV156°22°94°
CMYK 0.220.000.09   0.06
XYZ63.771177.234177.8762
Yxy77.23410.29140.3529
Hunter Lab87.8829-24.26898.9791
CIE-Lab90.4293-21.02474.6394

#baefda color RGB value is (186,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11011010
Octal 272 357 332
Decimal 186 239 218
Hex BA EF DA

RGB Percentages of Color #baefda

%28.93
%37.17
%33.90

CMYK Percentages of Color #baefda

%22
%0
%9
%6

Triadic Colors of #baefda

#baefda #dabaef #efdaba

Analogous Colors of #baefda

#baefda #baeaef #baefc0

Monochromatic Colors of #baefda

#baefda

Complementary Color

#baefda #efbacf

#baefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefda Color CSS Codes

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

#baefda Text Font Color

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

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


#baefda Background Color

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

This div background color is #baefda


#baefda Border Color

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

This div border color is #baefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefda


Comments

No comments written yet.

Please login to write comment.