Color Hex Logo

#baefde Color Hex

#BAEFDE
(186,239,222)
0 Favorites   0 Comments

Color spaces of #baefde

RGB 186239222
HSL0.450.620.83
HSV161°22°94°
CMYK 0.220.000.07   0.06
XYZ64.301077.446080.6668
Yxy77.44600.28910.3482
Hunter Lab88.0034-23.58237.2552
CIE-Lab90.5265-20.23482.6957

#baefde color RGB value is (186,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11011110
Octal 272 357 336
Decimal 186 239 222
Hex BA EF DE

RGB Percentages of Color #baefde

%28.75
%36.94
%34.31

CMYK Percentages of Color #baefde

%22
%0
%7
%6

Triadic Colors of #baefde

#baefde #debaef #efdeba

Analogous Colors of #baefde

#baefde #bae6ef #baefc4

Monochromatic Colors of #baefde

#baefde

Complementary Color

#baefde #efbacb

#baefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefde Color CSS Codes

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

#baefde Text Font Color

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

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


#baefde Background Color

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

This div background color is #baefde


#baefde Border Color

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

This div border color is #baefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefde


Comments

No comments written yet.

Please login to write comment.